Html Css Color HEX #EAE1A7 Pale Goldenrod

📋 copy color: '#EAE1A7'

red 234 ◦ green 225 ◦ blue 167

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

Shades of Pale Goldenrod #EAE1A7

Tints of Pale Goldenrod #EAE1A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 26.68%

R = 37.38%
G = 35.94%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EAE1A7 (or 0xEAE1A7) is known color: Pale Goldenrod. HEX triplet: EA, E1 and A7. RGB value is (234,225,167). Sum of RGB (Red+Green+Blue) = 234+225+167=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 225 (88.28% from 255 or 35.94% from 626); Blue value is 167 (65.62% from 255 or 26.68% from 626); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE1A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE1A7 is #151E58. Grayscale: #DDDDDD. Windows color (decimal): -1384025 or 11002346. OLE color: 11002346.

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

Color convert

RGB 234 225 167 -
CMYK 0 0.04 0.29 0.08
HSL 51.94º 0.61% 0.79% -
HSV(B) 51.94º 0.29% 0.92% -
XYZ 67.83 74.13 47.29 -
YUV 221.08 97.48 137.22 -
System Red Green Blue C M Y K H S L
Decimal 234 225 167 0 0.04 0.29 0.08 51.94 0.61 0.79
Hex EA E1 A7 0 4 1D 8 34 3D 4F
Octal 352 341 247 0 4 35 10 64 75 117
Binary 11101010 11100001 10100111 0 100 11101 1000 110100 111101 1001111

Color Harmonies of #EAE1A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE1A7

Black with #EAE1A7

Text Example


Text Example

White with #EAE1A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE1A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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