Html Css Color HEX #EEE5B4 Pale Goldenrod

📋 copy color: '#EEE5B4'

red 238 ◦ green 229 ◦ blue 180

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

Shades of Pale Goldenrod #EEE5B4

Tints of Pale Goldenrod #EEE5B4

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.39%

 BLUE value IS 180 (70.7% from 255) = 27.82%

R = 36.79%
G = 35.39%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EEE5B4 (or 0xEEE5B4) is known color: Pale Goldenrod. HEX triplet: EE, E5 and B4. RGB value is (238,229,180). Sum of RGB (Red+Green+Blue) = 238+229+180=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 229 (89.84% from 255 or 35.39% from 647); Blue value is 180 (70.70% from 255 or 27.82% from 647); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE5B4 is #111A4B. Grayscale: #E2E2E2. Windows color (decimal): -1120844 or 11855342. OLE color: 11855342.

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

Color convert

RGB 238 229 180 -
CMYK 0 0.04 0.24 0.07
HSL 50.69º 0.63% 0.82% -
HSV(B) 50.69º 0.24% 0.93% -
XYZ 71.52 77.51 54.37 -
YUV 226.11 101.98 136.48 -
System Red Green Blue C M Y K H S L
Decimal 238 229 180 0 0.04 0.24 0.07 50.69 0.63 0.82
Hex EE E5 B4 0 4 18 7 33 3F 52
Octal 356 345 264 0 4 30 7 63 77 122
Binary 11101110 11100101 10110100 0 100 11000 111 110011 111111 1010010

Color Harmonies of #EEE5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE5B4

Black with #EEE5B4

Text Example


Text Example

White with #EEE5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE5B4; }

 p { color: rgb(238,229,180); }

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

background-color css

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

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

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

border-color css

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

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

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