#E0E96A

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

Shades of Mindaro #E0E96A

Tints of Mindaro #E0E96A

Color information

#E0E96A (or 0xE0E96A) is unknown color: approx Mindaro. HEX triplet: E0, E9 and 6A. RGB value is (224,233,106). Sum of RGB (Red+Green+Blue) = 224+233+106=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 233 (91.41% from 255 or 41.39% from 563); Blue value is 106 (41.80% from 255 or 18.83% from 563); Max value from RGB is 233 - color contains mainly: green. Hex color #E0E96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0E96A is #1F1695. Grayscale: #D8D8D8. Windows color (decimal): -2037398 or 7006688. OLE color: 7006688.

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

Color convert

RGB224233106-
CMYK0.0400.550.09
HSL64.25º74.27%66.47%-
HSV(B)64.25º54.51%91.37%-
XYZ62.4875.1724.85-
YUV215.8366.02133.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.79%
GREEN value IS 233 (91.41% from 255) = 41.39%
BLUE value IS 106 (41.80% from 255) = 18.83%
R=39.79%
G=41.39%
B=18.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2242331060.0400.550.0964.2574.2766.47
HexE0E96A40379404a42
Octal340351152406711100112102
Binary1110000011101001110101010001101111001100000010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E96A; }

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

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

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

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

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

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

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

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