Html Css Color HEX #EAE1A8 Pale Goldenrod

📋 copy color: '#EAE1A8'

red 234 ◦ green 225 ◦ blue 168

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

Shades of Pale Goldenrod #EAE1A8

Tints of Pale Goldenrod #EAE1A8

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.89%

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

R = 37.32%
G = 35.89%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EAE1A8 (or 0xEAE1A8) is known color: Pale Goldenrod. HEX triplet: EA, E1 and A8. RGB value is (234,225,168). Sum of RGB (Red+Green+Blue) = 234+225+168=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 225 (88.28% from 255 or 35.89% from 627); Blue value is 168 (66.02% from 255 or 26.79% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE1A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE1A8 is #151E57. Grayscale: #DDDDDD. Windows color (decimal): -1384024 or 11067882. OLE color: 11067882.

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

Color convert

RGB 234 225 168 -
CMYK 0 0.04 0.28 0.08
HSL 51.82º 0.61% 0.79% -
HSV(B) 51.82º 0.28% 0.92% -
XYZ 67.92 74.17 47.78 -
YUV 221.19 97.98 137.13 -
System Red Green Blue C M Y K H S L
Decimal 234 225 168 0 0.04 0.28 0.08 51.82 0.61 0.79
Hex EA E1 A8 0 4 1C 8 34 3D 4F
Octal 352 341 250 0 4 34 10 64 75 117
Binary 11101010 11100001 10101000 0 100 11100 1000 110100 111101 1001111

Color Harmonies of #EAE1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE1A8

Black with #EAE1A8

Text Example


Text Example

White with #EAE1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE1A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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