Html Css Color HEX #E0EA6D Mindaro

📋 copy color: '#E0EA6D'

red 224 ◦ green 234 ◦ blue 109

#E0EA6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #E0EA6D

Tints of Mindaro #E0EA6D

RGB

 RED value IS 224 (87.89% from 255) = 39.51%

 GREEN value IS 234 (91.8% from 255) = 41.27%

 BLUE value IS 109 (42.97% from 255) = 19.22%

R = 39.51%
G = 41.27%
B = 19.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#E0EA6D (or 0xE0EA6D) is known color: Mindaro. HEX triplet: E0, EA and 6D. RGB value is (224,234,109). Sum of RGB (Red+Green+Blue) = 224+234+109=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 109 (42.97% from 255 or 19.22% from 567); Max value from RGB is 234 - color contains mainly: green. Hex color #E0EA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0EA6D is #1F1592. Grayscale: #D9D9D9. Windows color (decimal): -2037139 or 7203552. OLE color: 7203552.

HSL color Cylindrical-coordinate representation of color #E0EA6D: hue angle of 64.8º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0EA6D is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 234 109 -
CMYK 0.04 0 0.53 0.08
HSL 64.8º 0.75% 0.67% -
HSV(B) 64.8º 0.53% 0.92% -
XYZ 62.92 75.8 25.78 -
YUV 216.76 67.19 133.16 -
System Red Green Blue C M Y K H S L
Decimal 224 234 109 0.04 0 0.53 0.08 64.8 0.75 0.67
Hex E0 EA 6D 4 0 35 8 41 4B 43
Octal 340 352 155 4 0 65 10 101 113 103
Binary 11100000 11101010 1101101 100 0 110101 1000 1000001 1001011 1000011

Color Harmonies of #E0EA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0EA6D

Black with #E0EA6D

Text Example


Text Example

White with #E0EA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0EA6D; }

 p { color: rgb(224,234,109); }

 H1.HeaderClassName
 {
   color: #E0EA6D;
 }
 .AnyTagClassName
 {
   color: #E0EA6D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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