Html Css Color HEX #ECEAA0 Portafino

📋 copy color: '#ECEAA0'

red 236 ◦ green 234 ◦ blue 160

#ECEAA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portafino #ECEAA0

Tints of Portafino #ECEAA0

RGB

 RED value IS 236 (92.58% from 255) = 37.46%

 GREEN value IS 234 (91.8% from 255) = 37.14%

 BLUE value IS 160 (62.89% from 255) = 25.4%

R = 37.46%
G = 37.14%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ECEAA0 (or 0xECEAA0) is known color: Portafino. HEX triplet: EC, EA and A0. RGB value is (236,234,160). Sum of RGB (Red+Green+Blue) = 236+234+160=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 160 (62.89% from 255 or 25.40% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEAA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEAA0 is #13155F. Grayscale: #E2E2E2. Windows color (decimal): -1250656 or 10545900. OLE color: 10545900.

HSL color Cylindrical-coordinate representation of color #ECEAA0: hue angle of 58.42º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECEAA0 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 234 160 -
CMYK 0 0.01 0.32 0.07
HSL 58.42º 0.67% 0.78% -
HSV(B) 58.42º 0.32% 0.93% -
XYZ 70.36 79.22 44.84 -
YUV 226.16 90.66 135.02 -
System Red Green Blue C M Y K H S L
Decimal 236 234 160 0 0.01 0.32 0.07 58.42 0.67 0.78
Hex EC EA A0 0 1 20 7 3A 43 4E
Octal 354 352 240 0 1 40 7 72 103 116
Binary 11101100 11101010 10100000 0 1 100000 111 111010 1000011 1001110

Color Harmonies of #ECEAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEAA0

Black with #ECEAA0

Text Example


Text Example

White with #ECEAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEAA0; }

 p { color: rgb(236,234,160); }

 H1.HeaderClassName
 {
   color: #ECEAA0;
 }
 .AnyTagClassName
 {
   color: #ECEAA0;
 }
</style>

background-color css

<style>
 a { background-color: #ECEAA0; }

 a { background-color: rgb(236,234,160); }

 div.DivClassName
 {
   background-color: #ECEAA0;
 }
 .BgClassName
 {
   background-color: #ECEAA0;
 }
</style>

border-color css

<style>
 span { border-color: #ECEAA0; }

 span { border-color: rgb(236,234,160); }

 td.TdClassName
 {
   border-color: #ECEAA0;
 }
 .TagClassName
 {
   border-color: #ECEAA0;
 }
</style>