Html Css Color HEX #EAE8A8 Pale Goldenrod

📋 copy color: '#EAE8A8'

red 234 ◦ green 232 ◦ blue 168

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

Shades of Pale Goldenrod #EAE8A8

Tints of Pale Goldenrod #EAE8A8

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.59%

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

R = 36.91%
G = 36.59%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EAE8A8 (or 0xEAE8A8) is known color: Pale Goldenrod. HEX triplet: EA, E8 and A8. RGB value is (234,232,168). Sum of RGB (Red+Green+Blue) = 234+232+168=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 232 (91.02% from 255 or 36.59% from 634); Blue value is 168 (66.02% from 255 or 26.50% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE8A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE8A8 is #151757. Grayscale: #E1E1E1. Windows color (decimal): -1382232 or 11069674. OLE color: 11069674.

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

Color convert

RGB 234 232 168 -
CMYK 0 0.01 0.28 0.08
HSL 58.18º 0.61% 0.79% -
HSV(B) 58.18º 0.28% 0.92% -
XYZ 69.86 78.03 48.43 -
YUV 225.3 95.66 134.2 -
System Red Green Blue C M Y K H S L
Decimal 234 232 168 0 0.01 0.28 0.08 58.18 0.61 0.79
Hex EA E8 A8 0 1 1C 8 3A 3D 4F
Octal 352 350 250 0 1 34 10 72 75 117
Binary 11101010 11101000 10101000 0 1 11100 1000 111010 111101 1001111

Color Harmonies of #EAE8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE8A8

Black with #EAE8A8

Text Example


Text Example

White with #EAE8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE8A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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