Html Css Color HEX #EAE8A5 Pale Goldenrod

📋 copy color: '#EAE8A5'

red 234 ◦ green 232 ◦ blue 165

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

Shades of Pale Goldenrod #EAE8A5

Tints of Pale Goldenrod #EAE8A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 26.15%

R = 37.08%
G = 36.77%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EAE8A5 (or 0xEAE8A5) is known color: Pale Goldenrod. HEX triplet: EA, E8 and A5. RGB value is (234,232,165). Sum of RGB (Red+Green+Blue) = 234+232+165=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 232 (91.02% from 255 or 36.77% from 631); Blue value is 165 (64.84% from 255 or 26.15% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE8A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE8A5 is #15175A. Grayscale: #E1E1E1. Windows color (decimal): -1382235 or 10873066. OLE color: 10873066.

HSL color Cylindrical-coordinate representation of color #EAE8A5: hue angle of 58.26º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAE8A5 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 232 165 -
CMYK 0 0.01 0.29 0.08
HSL 58.26º 0.62% 0.78% -
HSV(B) 58.26º 0.29% 0.92% -
XYZ 69.58 77.92 46.97 -
YUV 224.96 94.16 134.45 -
System Red Green Blue C M Y K H S L
Decimal 234 232 165 0 0.01 0.29 0.08 58.26 0.62 0.78
Hex EA E8 A5 0 1 1D 8 3A 3E 4E
Octal 352 350 245 0 1 35 10 72 76 116
Binary 11101010 11101000 10100101 0 1 11101 1000 111010 111110 1001110

Color Harmonies of #EAE8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE8A5

Black with #EAE8A5

Text Example


Text Example

White with #EAE8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE8A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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