Html Css Color HEX #EAE5AD Pale Goldenrod

📋 copy color: '#EAE5AD'

red 234 ◦ green 229 ◦ blue 173

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

Shades of Pale Goldenrod #EAE5AD

Tints of Pale Goldenrod #EAE5AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.2%

R = 36.79%
G = 36.01%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EAE5AD (or 0xEAE5AD) is known color: Pale Goldenrod. HEX triplet: EA, E5 and AD. RGB value is (234,229,173). Sum of RGB (Red+Green+Blue) = 234+229+173=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 229 (89.84% from 255 or 36.01% from 636); Blue value is 173 (67.97% from 255 or 27.20% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE5AD is #151A52. Grayscale: #E0E0E0. Windows color (decimal): -1382995 or 11396586. OLE color: 11396586.

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

Color convert

RGB 234 229 173 -
CMYK 0 0.02 0.26 0.08
HSL 55.08º 0.59% 0.8% -
HSV(B) 55.08º 0.26% 0.92% -
XYZ 69.49 76.55 50.65 -
YUV 224.11 99.16 135.05 -
System Red Green Blue C M Y K H S L
Decimal 234 229 173 0 0.02 0.26 0.08 55.08 0.59 0.8
Hex EA E5 AD 0 2 1A 8 37 3B 50
Octal 352 345 255 0 2 32 10 67 73 120
Binary 11101010 11100101 10101101 0 10 11010 1000 110111 111011 1010000

Color Harmonies of #EAE5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE5AD

Black with #EAE5AD

Text Example


Text Example

White with #EAE5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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