Html Css Color HEX #EEEAAD Pale Goldenrod

📋 copy color: '#EEEAAD'

red 238 ◦ green 234 ◦ blue 173

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

Shades of Pale Goldenrod #EEEAAD

Tints of Pale Goldenrod #EEEAAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 26.82%

R = 36.9%
G = 36.28%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EEEAAD (or 0xEEEAAD) is known color: Pale Goldenrod. HEX triplet: EE, EA and AD. RGB value is (238,234,173). Sum of RGB (Red+Green+Blue) = 238+234+173=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 173 (67.97% from 255 or 26.82% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEAAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEAAD is #111552. Grayscale: #E4E4E4. Windows color (decimal): -1119571 or 11397870. OLE color: 11397870.

HSL color Cylindrical-coordinate representation of color #EEEAAD: hue angle of 56.31º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEEAAD is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 234 173 -
CMYK 0 0.02 0.27 0.07
HSL 56.31º 0.66% 0.81% -
HSV(B) 56.31º 0.27% 0.93% -
XYZ 72.23 80.04 51.18 -
YUV 228.24 96.83 134.96 -
System Red Green Blue C M Y K H S L
Decimal 238 234 173 0 0.02 0.27 0.07 56.31 0.66 0.81
Hex EE EA AD 0 2 1B 7 38 42 51
Octal 356 352 255 0 2 33 7 70 102 121
Binary 11101110 11101010 10101101 0 10 11011 111 111000 1000010 1010001

Color Harmonies of #EEEAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEAAD

Black with #EEEAAD

Text Example


Text Example

White with #EEEAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEAAD; }

 p { color: rgb(238,234,173); }

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

background-color css

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

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

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

border-color css

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

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

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