Html Css Color HEX #EAE59E Pale Goldenrod

📋 copy color: '#EAE59E'

red 234 ◦ green 229 ◦ blue 158

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

Shades of Pale Goldenrod #EAE59E

Tints of Pale Goldenrod #EAE59E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 25.44%

R = 37.68%
G = 36.88%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EAE59E (or 0xEAE59E) is known color: Pale Goldenrod. HEX triplet: EA, E5 and 9E. RGB value is (234,229,158). Sum of RGB (Red+Green+Blue) = 234+229+158=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 158 (62.11% from 255 or 25.44% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE59E is #151A61. Grayscale: #DEDEDE. Windows color (decimal): -1383010 or 10413546. OLE color: 10413546.

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

Color convert

RGB 234 229 158 -
CMYK 0 0.02 0.32 0.08
HSL 56.05º 0.64% 0.77% -
HSV(B) 56.05º 0.32% 0.92% -
XYZ 68.12 76 43.43 -
YUV 222.4 91.66 136.27 -
System Red Green Blue C M Y K H S L
Decimal 234 229 158 0 0.02 0.32 0.08 56.05 0.64 0.77
Hex EA E5 9E 0 2 20 8 38 40 4D
Octal 352 345 236 0 2 40 10 70 100 115
Binary 11101010 11100101 10011110 0 10 100000 1000 111000 1000000 1001101

Color Harmonies of #EAE59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE59E

Black with #EAE59E

Text Example


Text Example

White with #EAE59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE59E; }

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

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

background-color css

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

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

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

border-color css

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

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

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