Html Css Color HEX #EAE4A8 Pale Goldenrod

📋 copy color: '#EAE4A8'

red 234 ◦ green 228 ◦ blue 168

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

Shades of Pale Goldenrod #EAE4A8

Tints of Pale Goldenrod #EAE4A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 26.67%

R = 37.14%
G = 36.19%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EAE4A8 (or 0xEAE4A8) is known color: Pale Goldenrod. HEX triplet: EA, E4 and A8. RGB value is (234,228,168). Sum of RGB (Red+Green+Blue) = 234+228+168=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 228 (89.45% from 255 or 36.19% from 630); Blue value is 168 (66.02% from 255 or 26.67% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE4A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE4A8 is #151B57. Grayscale: #DFDFDF. Windows color (decimal): -1383256 or 11068650. OLE color: 11068650.

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

Color convert

RGB 234 228 168 -
CMYK 0 0.03 0.28 0.08
HSL 54.55º 0.61% 0.79% -
HSV(B) 54.55º 0.28% 0.92% -
XYZ 68.74 75.81 48.05 -
YUV 222.95 96.99 135.88 -
System Red Green Blue C M Y K H S L
Decimal 234 228 168 0 0.03 0.28 0.08 54.55 0.61 0.79
Hex EA E4 A8 0 3 1C 8 37 3D 4F
Octal 352 344 250 0 3 34 10 67 75 117
Binary 11101010 11100100 10101000 0 11 11100 1000 110111 111101 1001111

Color Harmonies of #EAE4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE4A8

Black with #EAE4A8

Text Example


Text Example

White with #EAE4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE4A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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