#E0EB7F

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

Shades of Mindaro #E0EB7F

Tints of Mindaro #E0EB7F

Color information

#E0EB7F (or 0xE0EB7F) is unknown color: approx Mindaro. HEX triplet: E0, EB and 7F. RGB value is (224,235,127). Sum of RGB (Red+Green+Blue) = 224+235+127=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 127 (50% from 255 or 21.67% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #E0EB7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0EB7F is #1F1480. Grayscale: #DBDBDB. Windows color (decimal): -2036865 or 8383456. OLE color: 8383456.

HSL color Cylindrical-coordinate representation of color #E0EB7F: hue angle of 66.11º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0EB7F is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB224235127-
CMYK0.0500.460.08
HSL66.11º72.97%70.98%-
HSV(B)66.11º45.96%92.16%-
XYZ64.2876.831.51-
YUV219.475.86131.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.23%
GREEN value IS 235 (92.19% from 255) = 40.10%
BLUE value IS 127 (50% from 255) = 21.67%
R=38.23%
G=40.10%
B=21.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242351270.0500.460.0866.1172.9770.98
HexE0EB7F502E8424947
Octal340353177505610102111107
Binary1110000011101011111111110101011101000100001010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EB7F; }

 p { color: rgb(224,235,127); }

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

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

 a { background-color: rgb(224,235,127); }

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

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

 span { border-color: rgb(224,235,127); }

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