Html Css Color HEX #EAE1AC Pale Goldenrod

📋 copy color: '#EAE1AC'

red 234 ◦ green 225 ◦ blue 172

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

Shades of Pale Goldenrod #EAE1AC

Tints of Pale Goldenrod #EAE1AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 27.26%

R = 37.08%
G = 35.66%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EAE1AC (or 0xEAE1AC) is known color: Pale Goldenrod. HEX triplet: EA, E1 and AC. RGB value is (234,225,172). Sum of RGB (Red+Green+Blue) = 234+225+172=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 225 (88.28% from 255 or 35.66% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE1AC is #151E53. Grayscale: #DDDDDD. Windows color (decimal): -1384020 or 11330026. OLE color: 11330026.

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

Color convert

RGB 234 225 172 -
CMYK 0 0.04 0.26 0.08
HSL 51.29º 0.6% 0.8% -
HSV(B) 51.29º 0.26% 0.92% -
XYZ 68.3 74.32 49.78 -
YUV 221.65 99.98 136.81 -
System Red Green Blue C M Y K H S L
Decimal 234 225 172 0 0.04 0.26 0.08 51.29 0.6 0.8
Hex EA E1 AC 0 4 1A 8 33 3C 50
Octal 352 341 254 0 4 32 10 63 74 120
Binary 11101010 11100001 10101100 0 100 11010 1000 110011 111100 1010000

Color Harmonies of #EAE1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE1AC

Black with #EAE1AC

Text Example


Text Example

White with #EAE1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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