Html Css Color HEX #EAE4AA Pale Goldenrod

📋 copy color: '#EAE4AA'

red 234 ◦ green 228 ◦ blue 170

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

Shades of Pale Goldenrod #EAE4AA

Tints of Pale Goldenrod #EAE4AA

RGB

 RED value IS 234 (91.8% from 255) = 37.03%

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

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

R = 37.03%
G = 36.08%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EAE4AA (or 0xEAE4AA) is known color: Pale Goldenrod. HEX triplet: EA, E4 and AA. RGB value is (234,228,170). Sum of RGB (Red+Green+Blue) = 234+228+170=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 228 (89.45% from 255 or 36.08% from 632); Blue value is 170 (66.80% from 255 or 26.90% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE4AA is #151B55. Grayscale: #DFDFDF. Windows color (decimal): -1383254 or 11199722. OLE color: 11199722.

HSL color Cylindrical-coordinate representation of color #EAE4AA: hue angle of 54.38º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAE4AA is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 228 170 -
CMYK 0 0.03 0.27 0.08
HSL 54.38º 0.6% 0.79% -
HSV(B) 54.38º 0.27% 0.92% -
XYZ 68.93 75.88 49.04 -
YUV 223.18 97.99 135.72 -
System Red Green Blue C M Y K H S L
Decimal 234 228 170 0 0.03 0.27 0.08 54.38 0.6 0.79
Hex EA E4 AA 0 3 1B 8 36 3C 4F
Octal 352 344 252 0 3 33 10 66 74 117
Binary 11101010 11100100 10101010 0 11 11011 1000 110110 111100 1001111

Color Harmonies of #EAE4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE4AA

Black with #EAE4AA

Text Example


Text Example

White with #EAE4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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