Html Css Color HEX #EAE5A6 Pale Goldenrod

📋 copy color: '#EAE5A6'

red 234 ◦ green 229 ◦ blue 166

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

Shades of Pale Goldenrod #EAE5A6

Tints of Pale Goldenrod #EAE5A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 26.39%

R = 37.2%
G = 36.41%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EAE5A6 (or 0xEAE5A6) is known color: Pale Goldenrod. HEX triplet: EA, E5 and A6. RGB value is (234,229,166). Sum of RGB (Red+Green+Blue) = 234+229+166=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 229 (89.84% from 255 or 36.41% from 629); Blue value is 166 (65.23% from 255 or 26.39% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE5A6 is #151A59. Grayscale: #DFDFDF. Windows color (decimal): -1383002 or 10937834. OLE color: 10937834.

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

Color convert

RGB 234 229 166 -
CMYK 0 0.02 0.29 0.08
HSL 55.59º 0.62% 0.78% -
HSV(B) 55.59º 0.29% 0.92% -
XYZ 68.83 76.28 47.17 -
YUV 223.31 95.66 135.62 -
System Red Green Blue C M Y K H S L
Decimal 234 229 166 0 0.02 0.29 0.08 55.59 0.62 0.78
Hex EA E5 A6 0 2 1D 8 38 3E 4E
Octal 352 345 246 0 2 35 10 70 76 116
Binary 11101010 11100101 10100110 0 10 11101 1000 111000 111110 1001110

Color Harmonies of #EAE5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE5A6

Black with #EAE5A6

Text Example


Text Example

White with #EAE5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE5A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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