Html Css Color HEX #EAE3A2 Pale Goldenrod

📋 copy color: '#EAE3A2'

red 234 ◦ green 227 ◦ blue 162

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

Shades of Pale Goldenrod #EAE3A2

Tints of Pale Goldenrod #EAE3A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 26%

R = 37.56%
G = 36.44%
B = 26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EAE3A2 (or 0xEAE3A2) is known color: Pale Goldenrod. HEX triplet: EA, E3 and A2. RGB value is (234,227,162). Sum of RGB (Red+Green+Blue) = 234+227+162=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 227 (89.06% from 255 or 36.44% from 623); Blue value is 162 (63.67% from 255 or 26.00% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE3A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE3A2 is #151C5D. Grayscale: #DDDDDD. Windows color (decimal): -1383518 or 10675178. OLE color: 10675178.

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

Color convert

RGB 234 227 162 -
CMYK 0 0.03 0.31 0.08
HSL 54.17º 0.63% 0.78% -
HSV(B) 54.17º 0.31% 0.92% -
XYZ 67.92 75.04 45.09 -
YUV 221.68 94.32 136.79 -
System Red Green Blue C M Y K H S L
Decimal 234 227 162 0 0.03 0.31 0.08 54.17 0.63 0.78
Hex EA E3 A2 0 3 1F 8 36 3F 4E
Octal 352 343 242 0 3 37 10 66 77 116
Binary 11101010 11100011 10100010 0 11 11111 1000 110110 111111 1001110

Color Harmonies of #EAE3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE3A2

Black with #EAE3A2

Text Example


Text Example

White with #EAE3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE3A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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