Html Css Color HEX #EAE9A1 Pale Goldenrod

📋 copy color: '#EAE9A1'

red 234 ◦ green 233 ◦ blue 161

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

Shades of Pale Goldenrod #EAE9A1

Tints of Pale Goldenrod #EAE9A1

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.1%

 BLUE value IS 161 (63.28% from 255) = 25.64%

R = 37.26%
G = 37.1%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EAE9A1 (or 0xEAE9A1) is known color: Pale Goldenrod. HEX triplet: EA, E9 and A1. RGB value is (234,233,161). Sum of RGB (Red+Green+Blue) = 234+233+161=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 233 (91.41% from 255 or 37.10% from 628); Blue value is 161 (63.28% from 255 or 25.64% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE9A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE9A1 is #15165E. Grayscale: #E1E1E1. Windows color (decimal): -1381983 or 10611178. OLE color: 10611178.

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

Color convert

RGB 234 233 161 -
CMYK 0 0.00 0.31 0.08
HSL 59.18º 0.63% 0.77% -
HSV(B) 59.18º 0.31% 0.92% -
XYZ 69.5 78.34 45.18 -
YUV 225.09 91.83 134.35 -
System Red Green Blue C M Y K H S L
Decimal 234 233 161 0 0.00 0.31 0.08 59.18 0.63 0.77
Hex EA E9 A1 0 0 1F 8 3B 3F 4D
Octal 352 351 241 0 0 37 10 73 77 115
Binary 11101010 11101001 10100001 0 0 11111 1000 111011 111111 1001101

Color Harmonies of #EAE9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE9A1

Black with #EAE9A1

Text Example


Text Example

White with #EAE9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE9A1; }

 p { color: rgb(234,233,161); }

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

background-color css

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

 a { background-color: rgb(234,233,161); }

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

border-color css

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

 span { border-color: rgb(234,233,161); }

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