Html Css Color HEX #EAE5A0 Pale Goldenrod

📋 copy color: '#EAE5A0'

red 234 ◦ green 229 ◦ blue 160

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

Shades of Pale Goldenrod #EAE5A0

Tints of Pale Goldenrod #EAE5A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 25.68%

R = 37.56%
G = 36.76%
B = 25.68%

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

#EAE5A0 (or 0xEAE5A0) is known color: Pale Goldenrod. HEX triplet: EA, E5 and A0. RGB value is (234,229,160). Sum of RGB (Red+Green+Blue) = 234+229+160=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 160 (62.89% from 255 or 25.68% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE5A0 is #151A5F. Grayscale: #DEDEDE. Windows color (decimal): -1383008 or 10544618. OLE color: 10544618.

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

Color convert

RGB 234 229 160 -
CMYK 0 0.02 0.32 0.08
HSL 55.95º 0.64% 0.77% -
HSV(B) 55.95º 0.32% 0.92% -
XYZ 68.3 76.07 44.34 -
YUV 222.63 92.66 136.11 -
System Red Green Blue C M Y K H S L
Decimal 234 229 160 0 0.02 0.32 0.08 55.95 0.64 0.77
Hex EA E5 A0 0 2 20 8 38 40 4D
Octal 352 345 240 0 2 40 10 70 100 115
Binary 11101010 11100101 10100000 0 10 100000 1000 111000 1000000 1001101

Color Harmonies of #EAE5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE5A0

Black with #EAE5A0

Text Example


Text Example

White with #EAE5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE5A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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