Html Css Color HEX #EAE1A4 Pale Goldenrod

📋 copy color: '#EAE1A4'

red 234 ◦ green 225 ◦ blue 164

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

Shades of Pale Goldenrod #EAE1A4

Tints of Pale Goldenrod #EAE1A4

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.12%

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

R = 37.56%
G = 36.12%
B = 26.32%

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

#EAE1A4 (or 0xEAE1A4) is known color: Pale Goldenrod. HEX triplet: EA, E1 and A4. RGB value is (234,225,164). Sum of RGB (Red+Green+Blue) = 234+225+164=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 225 (88.28% from 255 or 36.12% from 623); Blue value is 164 (64.45% from 255 or 26.32% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE1A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE1A4 is #151E5B. Grayscale: #DCDCDC. Windows color (decimal): -1384028 or 10805738. OLE color: 10805738.

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

Color convert

RGB 234 225 164 -
CMYK 0 0.04 0.30 0.08
HSL 52.29º 0.63% 0.78% -
HSV(B) 52.29º 0.3% 0.92% -
XYZ 67.56 74.02 45.85 -
YUV 220.74 95.98 137.46 -
System Red Green Blue C M Y K H S L
Decimal 234 225 164 0 0.04 0.30 0.08 52.29 0.63 0.78
Hex EA E1 A4 0 4 1E 8 34 3E 4E
Octal 352 341 244 0 4 36 10 64 76 116
Binary 11101010 11100001 10100100 0 100 11110 1000 110100 111110 1001110

Color Harmonies of #EAE1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE1A4

Black with #EAE1A4

Text Example


Text Example

White with #EAE1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE1A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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