Html Css Color HEX #EAE09E Pale Goldenrod

📋 copy color: '#EAE09E'

red 234 ◦ green 224 ◦ blue 158

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

Shades of Pale Goldenrod #EAE09E

Tints of Pale Goldenrod #EAE09E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.36%

 BLUE value IS 158 (62.11% from 255) = 25.65%

R = 37.99%
G = 36.36%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EAE09E (or 0xEAE09E) is known color: Pale Goldenrod. HEX triplet: EA, E0 and 9E. RGB value is (234,224,158). Sum of RGB (Red+Green+Blue) = 234+224+158=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 158 (62.11% from 255 or 25.65% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE09E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE09E is #151F61. Grayscale: #DBDBDB. Windows color (decimal): -1384290 or 10412266. OLE color: 10412266.

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

Color convert

RGB 234 224 158 -
CMYK 0 0.04 0.32 0.08
HSL 52.11º 0.64% 0.77% -
HSV(B) 52.11º 0.32% 0.92% -
XYZ 66.76 73.27 42.97 -
YUV 219.47 93.31 138.37 -
System Red Green Blue C M Y K H S L
Decimal 234 224 158 0 0.04 0.32 0.08 52.11 0.64 0.77
Hex EA E0 9E 0 4 20 8 34 40 4D
Octal 352 340 236 0 4 40 10 64 100 115
Binary 11101010 11100000 10011110 0 100 100000 1000 110100 1000000 1001101

Color Harmonies of #EAE09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE09E

Black with #EAE09E

Text Example


Text Example

White with #EAE09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE09E; }

 p { color: rgb(234,224,158); }

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

background-color css

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

 a { background-color: rgb(234,224,158); }

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

border-color css

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

 span { border-color: rgb(234,224,158); }

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