Html Css Color HEX #EEE4AA Pale Goldenrod

📋 copy color: '#EEE4AA'

red 238 ◦ green 228 ◦ blue 170

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

Shades of Pale Goldenrod #EEE4AA

Tints of Pale Goldenrod #EEE4AA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.85%

 BLUE value IS 170 (66.8% from 255) = 26.73%

R = 37.42%
G = 35.85%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EEE4AA (or 0xEEE4AA) is known color: Pale Goldenrod. HEX triplet: EE, E4 and AA. RGB value is (238,228,170). Sum of RGB (Red+Green+Blue) = 238+228+170=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 170 (66.80% from 255 or 26.73% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE4AA is #111B55. Grayscale: #E0E0E0. Windows color (decimal): -1121110 or 11199726. OLE color: 11199726.

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

Color convert

RGB 238 228 170 -
CMYK 0 0.04 0.29 0.07
HSL 51.18º 0.67% 0.8% -
HSV(B) 51.18º 0.29% 0.93% -
XYZ 70.26 76.57 49.11 -
YUV 224.38 97.31 137.72 -
System Red Green Blue C M Y K H S L
Decimal 238 228 170 0 0.04 0.29 0.07 51.18 0.67 0.8
Hex EE E4 AA 0 4 1D 7 33 43 50
Octal 356 344 252 0 4 35 7 63 103 120
Binary 11101110 11100100 10101010 0 100 11101 111 110011 1000011 1010000

Color Harmonies of #EEE4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE4AA

Black with #EEE4AA

Text Example


Text Example

White with #EEE4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE4AA; }

 p { color: rgb(238,228,170); }

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

background-color css

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

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

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

border-color css

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

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

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