Html Css Color HEX #EAE5A4 Pale Goldenrod

📋 copy color: '#EAE5A4'

red 234 ◦ green 229 ◦ blue 164

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

Shades of Pale Goldenrod #EAE5A4

Tints of Pale Goldenrod #EAE5A4

RGB

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

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

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

R = 37.32%
G = 36.52%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EAE5A4 (or 0xEAE5A4) is known color: Pale Goldenrod. HEX triplet: EA, E5 and A4. RGB value is (234,229,164). Sum of RGB (Red+Green+Blue) = 234+229+164=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 229 (89.84% from 255 or 36.52% from 627); Blue value is 164 (64.45% from 255 or 26.16% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE5A4 is #151A5B. Grayscale: #DFDFDF. Windows color (decimal): -1383004 or 10806762. OLE color: 10806762.

HSL color Cylindrical-coordinate representation of color #EAE5A4: hue angle of 55.71º 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 #EAE5A4 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 229 164 -
CMYK 0 0.02 0.30 0.08
HSL 55.71º 0.63% 0.78% -
HSV(B) 55.71º 0.3% 0.92% -
XYZ 68.65 76.21 46.21 -
YUV 223.09 94.66 135.79 -
System Red Green Blue C M Y K H S L
Decimal 234 229 164 0 0.02 0.30 0.08 55.71 0.63 0.78
Hex EA E5 A4 0 2 1E 8 38 3E 4E
Octal 352 345 244 0 2 36 10 70 76 116
Binary 11101010 11100101 10100100 0 10 11110 1000 111000 111110 1001110

Color Harmonies of #EAE5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE5A4

Black with #EAE5A4

Text Example


Text Example

White with #EAE5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE5A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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