Html Css Color HEX #EAE4AE Pale Goldenrod

📋 copy color: '#EAE4AE'

red 234 ◦ green 228 ◦ blue 174

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

Shades of Pale Goldenrod #EAE4AE

Tints of Pale Goldenrod #EAE4AE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.85%

 BLUE value IS 174 (68.36% from 255) = 27.36%

R = 36.79%
G = 35.85%
B = 27.36%

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

#EAE4AE (or 0xEAE4AE) is known color: Pale Goldenrod. HEX triplet: EA, E4 and AE. RGB value is (234,228,174). Sum of RGB (Red+Green+Blue) = 234+228+174=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 174 (68.36% from 255 or 27.36% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE4AE is #151B51. Grayscale: #DFDFDF. Windows color (decimal): -1383250 or 11461866. OLE color: 11461866.

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

Color convert

RGB 234 228 174 -
CMYK 0 0.03 0.26 0.08
HSL 54º 0.59% 0.8% -
HSV(B) 54º 0.26% 0.92% -
XYZ 69.32 76.04 51.07 -
YUV 223.64 99.99 135.39 -
System Red Green Blue C M Y K H S L
Decimal 234 228 174 0 0.03 0.26 0.08 54 0.59 0.8
Hex EA E4 AE 0 3 1A 8 36 3B 50
Octal 352 344 256 0 3 32 10 66 73 120
Binary 11101010 11100100 10101110 0 11 11010 1000 110110 111011 1010000

Color Harmonies of #EAE4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE4AE

Black with #EAE4AE

Text Example


Text Example

White with #EAE4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE4AE; }

 p { color: rgb(234,228,174); }

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

background-color css

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

 a { background-color: rgb(234,228,174); }

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

border-color css

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

 span { border-color: rgb(234,228,174); }

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