#E0EB7B

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

Shades of Mindaro #E0EB7B

Tints of Mindaro #E0EB7B

Color information

#E0EB7B (or 0xE0EB7B) is unknown color: approx Mindaro. HEX triplet: E0, EB and 7B. RGB value is (224,235,123). Sum of RGB (Red+Green+Blue) = 224+235+123=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 123 (48.44% from 255 or 21.13% from 582); Max value from RGB is 235 - color contains mainly: green. Hex color #E0EB7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0EB7B is #1F1484. Grayscale: #DBDBDB. Windows color (decimal): -2036869 or 8121312. OLE color: 8121312.

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

Color convert

RGB224235123-
CMYK0.0500.480.08
HSL65.89º73.68%70.2%-
HSV(B)65.89º47.66%92.16%-
XYZ64.0276.6930.17-
YUV218.9473.86131.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.49%
GREEN value IS 235 (92.19% from 255) = 40.38%
BLUE value IS 123 (48.44% from 255) = 21.13%
R=38.49%
G=40.38%
B=21.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242351230.0500.480.0865.8973.6870.2
HexE0EB7B50308424a46
Octal340353173506010102112106
Binary1110000011101011111101110101100001000100001010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EB7B; }

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

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

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

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

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

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

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

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