Html Css Color HEX #EAE0A4 Pale Goldenrod

📋 copy color: '#EAE0A4'

red 234 ◦ green 224 ◦ blue 164

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

Shades of Pale Goldenrod #EAE0A4

Tints of Pale Goldenrod #EAE0A4

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.01%

 BLUE value IS 164 (64.45% from 255) = 26.37%

R = 37.62%
G = 36.01%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EAE0A4 (or 0xEAE0A4) is known color: Pale Goldenrod. HEX triplet: EA, E0 and A4. RGB value is (234,224,164). Sum of RGB (Red+Green+Blue) = 234+224+164=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 164 (64.45% from 255 or 26.37% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE0A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE0A4 is #151F5B. Grayscale: #DCDCDC. Windows color (decimal): -1384284 or 10805482. OLE color: 10805482.

HSL color Cylindrical-coordinate representation of color #EAE0A4: hue angle of 51.43º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAE0A4 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 224 164 -
CMYK 0 0.04 0.30 0.08
HSL 51.43º 0.63% 0.78% -
HSV(B) 51.43º 0.3% 0.92% -
XYZ 67.29 73.48 45.76 -
YUV 220.15 96.31 137.88 -
System Red Green Blue C M Y K H S L
Decimal 234 224 164 0 0.04 0.30 0.08 51.43 0.63 0.78
Hex EA E0 A4 0 4 1E 8 33 3E 4E
Octal 352 340 244 0 4 36 10 63 76 116
Binary 11101010 11100000 10100100 0 100 11110 1000 110011 111110 1001110

Color Harmonies of #EAE0A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE0A4

Black with #EAE0A4

Text Example


Text Example

White with #EAE0A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE0A4; }

 p { color: rgb(234,224,164); }

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

background-color css

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

 a { background-color: rgb(234,224,164); }

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

border-color css

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

 span { border-color: rgb(234,224,164); }

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