Html Css Color HEX #EAE5A5 Pale Goldenrod

📋 copy color: '#EAE5A5'

red 234 ◦ green 229 ◦ blue 165

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

Shades of Pale Goldenrod #EAE5A5

Tints of Pale Goldenrod #EAE5A5

RGB

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

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

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

R = 37.26%
G = 36.46%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EAE5A5 (or 0xEAE5A5) is known color: Pale Goldenrod. HEX triplet: EA, E5 and A5. RGB value is (234,229,165). Sum of RGB (Red+Green+Blue) = 234+229+165=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 229 (89.84% from 255 or 36.46% from 628); Blue value is 165 (64.84% from 255 or 26.27% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE5A5 is #151A5A. Grayscale: #DFDFDF. Windows color (decimal): -1383003 or 10872298. OLE color: 10872298.

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

Color convert

RGB 234 229 165 -
CMYK 0 0.02 0.29 0.08
HSL 55.65º 0.62% 0.78% -
HSV(B) 55.65º 0.29% 0.92% -
XYZ 68.74 76.25 46.69 -
YUV 223.2 95.16 135.7 -
System Red Green Blue C M Y K H S L
Decimal 234 229 165 0 0.02 0.29 0.08 55.65 0.62 0.78
Hex EA E5 A5 0 2 1D 8 38 3E 4E
Octal 352 345 245 0 2 35 10 70 76 116
Binary 11101010 11100101 10100101 0 10 11101 1000 111000 111110 1001110

Color Harmonies of #EAE5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE5A5

Black with #EAE5A5

Text Example


Text Example

White with #EAE5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE5A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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