#E0E973

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

Shades of Mindaro #E0E973

Tints of Mindaro #E0E973

Color information

#E0E973 (or 0xE0E973) is unknown color: approx Mindaro. HEX triplet: E0, E9 and 73. RGB value is (224,233,115). Sum of RGB (Red+Green+Blue) = 224+233+115=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 233 (91.41% from 255 or 40.73% from 572); Blue value is 115 (45.31% from 255 or 20.10% from 572); Max value from RGB is 233 - color contains mainly: green. Hex color #E0E973 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0E973 is #1F168C. Grayscale: #D9D9D9. Windows color (decimal): -2037389 or 7596512. OLE color: 7596512.

HSL color Cylindrical-coordinate representation of color #E0E973: hue angle of 64.58º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0E973 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB224233115-
CMYK0.0400.510.09
HSL64.58º72.84%68.24%-
HSV(B)64.58º50.64%91.37%-
XYZ62.9775.3627.45-
YUV216.8670.52133.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.16%
GREEN value IS 233 (91.41% from 255) = 40.73%
BLUE value IS 115 (45.31% from 255) = 20.10%
R=39.16%
G=40.73%
B=20.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2242331150.0400.510.0964.5872.8468.24
HexE0E97340339414944
Octal340351163406311101111104
Binary1110000011101001111001110001100111001100000110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E973; }

 p { color: rgb(224,233,115); }

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

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

 a { background-color: rgb(224,233,115); }

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

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

 span { border-color: rgb(224,233,115); }

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