Html Css Color HEX #EAE5AC Pale Goldenrod

📋 copy color: '#EAE5AC'

red 234 ◦ green 229 ◦ blue 172

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

Shades of Pale Goldenrod #EAE5AC

Tints of Pale Goldenrod #EAE5AC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.06%

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

R = 36.85%
G = 36.06%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EAE5AC (or 0xEAE5AC) is known color: Pale Goldenrod. HEX triplet: EA, E5 and AC. RGB value is (234,229,172). Sum of RGB (Red+Green+Blue) = 234+229+172=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 229 (89.84% from 255 or 36.06% from 635); Blue value is 172 (67.58% from 255 or 27.09% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE5AC is #151A53. Grayscale: #E0E0E0. Windows color (decimal): -1382996 or 11331050. OLE color: 11331050.

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

Color convert

RGB 234 229 172 -
CMYK 0 0.02 0.26 0.08
HSL 55.16º 0.6% 0.8% -
HSV(B) 55.16º 0.26% 0.92% -
XYZ 69.4 76.51 50.14 -
YUV 224 98.66 135.13 -
System Red Green Blue C M Y K H S L
Decimal 234 229 172 0 0.02 0.26 0.08 55.16 0.6 0.8
Hex EA E5 AC 0 2 1A 8 37 3C 50
Octal 352 345 254 0 2 32 10 67 74 120
Binary 11101010 11100101 10101100 0 10 11010 1000 110111 111100 1010000

Color Harmonies of #EAE5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE5AC

Black with #EAE5AC

Text Example


Text Example

White with #EAE5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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