Html Css Color HEX #EEECA0 Portafino

📋 copy color: '#EEECA0'

red 238 ◦ green 236 ◦ blue 160

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

Shades of Portafino #EEECA0

Tints of Portafino #EEECA0

RGB

 RED value IS 238 (93.36% from 255) = 37.54%

 GREEN value IS 236 (92.58% from 255) = 37.22%

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

R = 37.54%
G = 37.22%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EEECA0 (or 0xEEECA0) is known color: Portafino. HEX triplet: EE, EC and A0. RGB value is (238,236,160). Sum of RGB (Red+Green+Blue) = 238+236+160=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 160 (62.89% from 255 or 25.24% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEECA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEECA0 is #11135F. Grayscale: #E4E4E4. Windows color (decimal): -1119072 or 10546414. OLE color: 10546414.

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

Color convert

RGB 238 236 160 -
CMYK 0 0.01 0.33 0.07
HSL 58.46º 0.7% 0.78% -
HSV(B) 58.46º 0.33% 0.93% -
XYZ 71.6 80.71 45.06 -
YUV 227.93 89.66 135.18 -
System Red Green Blue C M Y K H S L
Decimal 238 236 160 0 0.01 0.33 0.07 58.46 0.7 0.78
Hex EE EC A0 0 1 21 7 3A 46 4E
Octal 356 354 240 0 1 41 7 72 106 116
Binary 11101110 11101100 10100000 0 1 100001 111 111010 1000110 1001110

Color Harmonies of #EEECA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEECA0

Black with #EEECA0

Text Example


Text Example

White with #EEECA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEECA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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