Html Css Color HEX #EAE2AD Pale Goldenrod

📋 copy color: '#EAE2AD'

red 234 ◦ green 226 ◦ blue 173

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

Shades of Pale Goldenrod #EAE2AD

Tints of Pale Goldenrod #EAE2AD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.7%

 BLUE value IS 173 (67.97% from 255) = 27.33%

R = 36.97%
G = 35.7%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EAE2AD (or 0xEAE2AD) is known color: Pale Goldenrod. HEX triplet: EA, E2 and AD. RGB value is (234,226,173). Sum of RGB (Red+Green+Blue) = 234+226+173=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 226 (88.67% from 255 or 35.70% from 633); Blue value is 173 (67.97% from 255 or 27.33% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE2AD is #151D52. Grayscale: #DEDEDE. Windows color (decimal): -1383763 or 11395818. OLE color: 11395818.

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

Color convert

RGB 234 226 173 -
CMYK 0 0.03 0.26 0.08
HSL 52.13º 0.59% 0.8% -
HSV(B) 52.13º 0.26% 0.92% -
XYZ 68.67 74.9 50.37 -
YUV 222.35 100.15 136.31 -
System Red Green Blue C M Y K H S L
Decimal 234 226 173 0 0.03 0.26 0.08 52.13 0.59 0.8
Hex EA E2 AD 0 3 1A 8 34 3B 50
Octal 352 342 255 0 3 32 10 64 73 120
Binary 11101010 11100010 10101101 0 11 11010 1000 110100 111011 1010000

Color Harmonies of #EAE2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE2AD

Black with #EAE2AD

Text Example


Text Example

White with #EAE2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE2AD; }

 p { color: rgb(234,226,173); }

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

background-color css

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

 a { background-color: rgb(234,226,173); }

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

border-color css

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

 span { border-color: rgb(234,226,173); }

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