Html Css Color HEX #EAE1A9 Pale Goldenrod

📋 copy color: '#EAE1A9'

red 234 ◦ green 225 ◦ blue 169

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

Shades of Pale Goldenrod #EAE1A9

Tints of Pale Goldenrod #EAE1A9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.83%

 BLUE value IS 169 (66.41% from 255) = 26.91%

R = 37.26%
G = 35.83%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EAE1A9 (or 0xEAE1A9) is known color: Pale Goldenrod. HEX triplet: EA, E1 and A9. RGB value is (234,225,169). Sum of RGB (Red+Green+Blue) = 234+225+169=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 169 (66.41% from 255 or 26.91% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE1A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE1A9 is #151E56. Grayscale: #DDDDDD. Windows color (decimal): -1384023 or 11133418. OLE color: 11133418.

HSL color Cylindrical-coordinate representation of color #EAE1A9: hue angle of 51.69º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAE1A9 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 225 169 -
CMYK 0 0.04 0.28 0.08
HSL 51.69º 0.61% 0.79% -
HSV(B) 51.69º 0.28% 0.92% -
XYZ 68.02 74.21 48.27 -
YUV 221.31 98.48 137.05 -
System Red Green Blue C M Y K H S L
Decimal 234 225 169 0 0.04 0.28 0.08 51.69 0.61 0.79
Hex EA E1 A9 0 4 1C 8 34 3D 4F
Octal 352 341 251 0 4 34 10 64 75 117
Binary 11101010 11100001 10101001 0 100 11100 1000 110100 111101 1001111

Color Harmonies of #EAE1A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE1A9

Black with #EAE1A9

Text Example


Text Example

White with #EAE1A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE1A9; }

 p { color: rgb(234,225,169); }

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

background-color css

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

 a { background-color: rgb(234,225,169); }

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

border-color css

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

 span { border-color: rgb(234,225,169); }

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