Html Css Color HEX #EEEEA0 Portafino

📋 copy color: '#EEEEA0'

red 238 ◦ green 238 ◦ blue 160

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

Shades of Portafino #EEEEA0

Tints of Portafino #EEEEA0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.42%

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

R = 37.42%
G = 37.42%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EEEEA0 (or 0xEEEEA0) is known color: Portafino. HEX triplet: EE, EE and A0. RGB value is (238,238,160). Sum of RGB (Red+Green+Blue) = 238+238+160=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 160 (62.89% from 255 or 25.16% from 636); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEEA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEEA0 is #11115F. Grayscale: #E5E5E5. Windows color (decimal): -1118560 or 10546926. OLE color: 10546926.

HSL color Cylindrical-coordinate representation of color #EEEEA0: hue angle of 60º 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 #EEEEA0 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 238 160 -
CMYK 0 0 0.33 0.07
HSL 60º 0.7% 0.78% -
HSV(B) 60º 0.33% 0.93% -
XYZ 72.18 81.86 45.25 -
YUV 229.11 89 134.34 -
System Red Green Blue C M Y K H S L
Decimal 238 238 160 0 0 0.33 0.07 60 0.7 0.78
Hex EE EE A0 0 0 21 7 3C 46 4E
Octal 356 356 240 0 0 41 7 74 106 116
Binary 11101110 11101110 10100000 0 0 100001 111 111100 1000110 1001110

Color Harmonies of #EEEEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEEA0

Black with #EEEEA0

Text Example


Text Example

White with #EEEEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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