Html Css Color HEX #EAE5A1 Pale Goldenrod

📋 copy color: '#EAE5A1'

red 234 ◦ green 229 ◦ blue 161

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

Shades of Pale Goldenrod #EAE5A1

Tints of Pale Goldenrod #EAE5A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 25.8%

R = 37.5%
G = 36.7%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EAE5A1 (or 0xEAE5A1) is known color: Pale Goldenrod. HEX triplet: EA, E5 and A1. RGB value is (234,229,161). Sum of RGB (Red+Green+Blue) = 234+229+161=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 229 (89.84% from 255 or 36.70% from 624); Blue value is 161 (63.28% from 255 or 25.80% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE5A1 is #151A5E. Grayscale: #DFDFDF. Windows color (decimal): -1383007 or 10610154. OLE color: 10610154.

HSL color Cylindrical-coordinate representation of color #EAE5A1: hue angle of 55.89º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAE5A1 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 229 161 -
CMYK 0 0.02 0.31 0.08
HSL 55.89º 0.63% 0.77% -
HSV(B) 55.89º 0.31% 0.92% -
XYZ 68.38 76.1 44.8 -
YUV 222.74 93.16 136.03 -
System Red Green Blue C M Y K H S L
Decimal 234 229 161 0 0.02 0.31 0.08 55.89 0.63 0.77
Hex EA E5 A1 0 2 1F 8 38 3F 4D
Octal 352 345 241 0 2 37 10 70 77 115
Binary 11101010 11100101 10100001 0 10 11111 1000 111000 111111 1001101

Color Harmonies of #EAE5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE5A1

Black with #EAE5A1

Text Example


Text Example

White with #EAE5A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE5A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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