Html Css Color HEX #EAE3AB Pale Goldenrod

📋 copy color: '#EAE3AB'

red 234 ◦ green 227 ◦ blue 171

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

Shades of Pale Goldenrod #EAE3AB

Tints of Pale Goldenrod #EAE3AB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.92%

 BLUE value IS 171 (67.19% from 255) = 27.06%

R = 37.03%
G = 35.92%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EAE3AB (or 0xEAE3AB) is known color: Pale Goldenrod. HEX triplet: EA, E3 and AB. RGB value is (234,227,171). Sum of RGB (Red+Green+Blue) = 234+227+171=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 227 (89.06% from 255 or 35.92% from 632); Blue value is 171 (67.19% from 255 or 27.06% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE3AB is #151C54. Grayscale: #DEDEDE. Windows color (decimal): -1383509 or 11265002. OLE color: 11265002.

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

Color convert

RGB 234 227 171 -
CMYK 0 0.03 0.27 0.08
HSL 53.33º 0.6% 0.79% -
HSV(B) 53.33º 0.27% 0.92% -
XYZ 68.75 75.37 49.45 -
YUV 222.71 98.82 136.05 -
System Red Green Blue C M Y K H S L
Decimal 234 227 171 0 0.03 0.27 0.08 53.33 0.6 0.79
Hex EA E3 AB 0 3 1B 8 35 3C 4F
Octal 352 343 253 0 3 33 10 65 74 117
Binary 11101010 11100011 10101011 0 11 11011 1000 110101 111100 1001111

Color Harmonies of #EAE3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE3AB

Black with #EAE3AB

Text Example


Text Example

White with #EAE3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE3AB; }

 p { color: rgb(234,227,171); }

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

background-color css

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

 a { background-color: rgb(234,227,171); }

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

border-color css

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

 span { border-color: rgb(234,227,171); }

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