Html Css Color HEX #EAE3A0 Pale Goldenrod

📋 copy color: '#EAE3A0'

red 234 ◦ green 227 ◦ blue 160

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

Shades of Pale Goldenrod #EAE3A0

Tints of Pale Goldenrod #EAE3A0

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.55%

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

R = 37.68%
G = 36.55%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EAE3A0 (or 0xEAE3A0) is known color: Pale Goldenrod. HEX triplet: EA, E3 and A0. RGB value is (234,227,160). Sum of RGB (Red+Green+Blue) = 234+227+160=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 227 (89.06% from 255 or 36.55% from 621); Blue value is 160 (62.89% from 255 or 25.76% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE3A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE3A0 is #151C5F. Grayscale: #DDDDDD. Windows color (decimal): -1383520 or 10544106. OLE color: 10544106.

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

Color convert

RGB 234 227 160 -
CMYK 0 0.03 0.32 0.08
HSL 54.32º 0.64% 0.77% -
HSV(B) 54.32º 0.32% 0.92% -
XYZ 67.75 74.97 44.16 -
YUV 221.46 93.32 136.95 -
System Red Green Blue C M Y K H S L
Decimal 234 227 160 0 0.03 0.32 0.08 54.32 0.64 0.77
Hex EA E3 A0 0 3 20 8 36 40 4D
Octal 352 343 240 0 3 40 10 66 100 115
Binary 11101010 11100011 10100000 0 11 100000 1000 110110 1000000 1001101

Color Harmonies of #EAE3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE3A0

Black with #EAE3A0

Text Example


Text Example

White with #EAE3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE3A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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