Html Css Color HEX #EAE1B0 Pale Goldenrod

📋 copy color: '#EAE1B0'

red 234 ◦ green 225 ◦ blue 176

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

Shades of Pale Goldenrod #EAE1B0

Tints of Pale Goldenrod #EAE1B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 27.72%

R = 36.85%
G = 35.43%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EAE1B0 (or 0xEAE1B0) is known color: Pale Goldenrod. HEX triplet: EA, E1 and B0. RGB value is (234,225,176). Sum of RGB (Red+Green+Blue) = 234+225+176=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 176 (69.14% from 255 or 27.72% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE1B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE1B0 is #151E4F. Grayscale: #DEDEDE. Windows color (decimal): -1384016 or 11592170. OLE color: 11592170.

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

Color convert

RGB 234 225 176 -
CMYK 0 0.04 0.25 0.08
HSL 50.69º 0.58% 0.8% -
HSV(B) 50.69º 0.25% 0.92% -
XYZ 68.69 74.48 51.83 -
YUV 222.11 101.98 136.48 -
System Red Green Blue C M Y K H S L
Decimal 234 225 176 0 0.04 0.25 0.08 50.69 0.58 0.8
Hex EA E1 B0 0 4 19 8 33 3A 50
Octal 352 341 260 0 4 31 10 63 72 120
Binary 11101010 11100001 10110000 0 100 11001 1000 110011 111010 1010000

Color Harmonies of #EAE1B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE1B0

Black with #EAE1B0

Text Example


Text Example

White with #EAE1B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE1B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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