Html Css Color HEX #EAEAB0 Medium Goldenrod

📋 copy color: '#EAEAB0'

red 234 ◦ green 234 ◦ blue 176

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

Shades of Medium Goldenrod #EAEAB0

Tints of Medium Goldenrod #EAEAB0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.34%

 BLUE value IS 176 (69.14% from 255) = 27.33%

R = 36.34%
G = 36.34%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EAEAB0 (or 0xEAEAB0) is known color: Medium Goldenrod. HEX triplet: EA, EA and B0. RGB value is (234,234,176). Sum of RGB (Red+Green+Blue) = 234+234+176=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 176 (69.14% from 255 or 27.33% from 644); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEAB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEAB0 is #15154F. Grayscale: #E3E3E3. Windows color (decimal): -1381712 or 11594474. OLE color: 11594474.

HSL color Cylindrical-coordinate representation of color #EAEAB0: hue angle of 60º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAEAB0 is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 234 176 -
CMYK 0 0 0.25 0.08
HSL 60º 0.58% 0.8% -
HSV(B) 60º 0.25% 0.92% -
XYZ 71.19 79.47 52.66 -
YUV 227.39 99 132.72 -
System Red Green Blue C M Y K H S L
Decimal 234 234 176 0 0 0.25 0.08 60 0.58 0.8
Hex EA EA B0 0 0 19 8 3C 3A 50
Octal 352 352 260 0 0 31 10 74 72 120
Binary 11101010 11101010 10110000 0 0 11001 1000 111100 111010 1010000

Color Harmonies of #EAEAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEAB0

Black with #EAEAB0

Text Example


Text Example

White with #EAEAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEAB0; }

 p { color: rgb(234,234,176); }

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

background-color css

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

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

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

border-color css

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

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

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