#EAEABC

Color #EAEABC Medium Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Goldenrod #EAEABC

Tints of Medium Goldenrod #EAEABC

Color information

#EAEABC (or 0xEAEABC) is unknown color: approx Medium Goldenrod. HEX triplet: EA, EA and BC. RGB value is (234,234,188). Sum of RGB (Red+Green+Blue) = 234+234+188=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 188 (73.83% from 255 or 28.66% from 656); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEABC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEABC is #151543. Grayscale: #E4E4E4. Windows color (decimal): -1381700 or 12380906. OLE color: 12380906.

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

Color convert

RGB234234188-
CMYK000.200.08
HSL60º52.27%82.75%-
HSV(B)60º19.66%91.76%-
XYZ72.4379.9759.19-
YUV228.76105131.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.67%
GREEN value IS 234 (91.80% from 255) = 35.67%
BLUE value IS 188 (73.83% from 255) = 28.66%
R=35.67%
G=35.67%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234234188000.200.086052.2782.75
HexEAEABC001483c3453
Octal3523522740024107464123
Binary111010101110101010111100001010010001111001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEABC; }

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

 H1.HeaderClassName
 {
   color: #EAEABC;
 }
 .AnyTagClassName
 {
   color: #EAEABC;
 }
</style>
background-color css

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

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

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

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

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

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