Html Css Color HEX #EAE3B2 Pale Goldenrod

📋 copy color: '#EAE3B2'

red 234 ◦ green 227 ◦ blue 178

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

Shades of Pale Goldenrod #EAE3B2

Tints of Pale Goldenrod #EAE3B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 27.86%

R = 36.62%
G = 35.52%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EAE3B2 (or 0xEAE3B2) is known color: Pale Goldenrod. HEX triplet: EA, E3 and B2. RGB value is (234,227,178). Sum of RGB (Red+Green+Blue) = 234+227+178=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 227 (89.06% from 255 or 35.52% from 639); Blue value is 178 (69.92% from 255 or 27.86% from 639); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE3B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE3B2 is #151C4D. Grayscale: #DFDFDF. Windows color (decimal): -1383502 or 11723754. OLE color: 11723754.

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

Color convert

RGB 234 227 178 -
CMYK 0 0.03 0.24 0.08
HSL 52.5º 0.57% 0.81% -
HSV(B) 52.5º 0.24% 0.92% -
XYZ 69.44 75.64 53.06 -
YUV 223.51 102.32 135.48 -
System Red Green Blue C M Y K H S L
Decimal 234 227 178 0 0.03 0.24 0.08 52.5 0.57 0.81
Hex EA E3 B2 0 3 18 8 34 39 51
Octal 352 343 262 0 3 30 10 64 71 121
Binary 11101010 11100011 10110010 0 11 11000 1000 110100 111001 1010001

Color Harmonies of #EAE3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE3B2

Black with #EAE3B2

Text Example


Text Example

White with #EAE3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE3B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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