Html Css Color HEX #E0EA7C Mindaro

📋 copy color: '#E0EA7C'

red 224 ◦ green 234 ◦ blue 124

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

Shades of Mindaro #E0EA7C

Tints of Mindaro #E0EA7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.31%

R = 38.49%
G = 40.21%
B = 21.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#E0EA7C (or 0xE0EA7C) is known color: Mindaro. HEX triplet: E0, EA and 7C. RGB value is (224,234,124). Sum of RGB (Red+Green+Blue) = 224+234+124=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 234 (91.80% from 255 or 40.21% from 582); Blue value is 124 (48.83% from 255 or 21.31% from 582); Max value from RGB is 234 - color contains mainly: green. Hex color #E0EA7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0EA7C is #1F1583. Grayscale: #DADADA. Windows color (decimal): -2037124 or 8186592. OLE color: 8186592.

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

Color convert

RGB 224 234 124 -
CMYK 0.04 0 0.47 0.08
HSL 65.45º 0.72% 0.7% -
HSV(B) 65.45º 0.47% 0.92% -
XYZ 63.8 76.15 30.4 -
YUV 218.47 74.69 131.94 -
System Red Green Blue C M Y K H S L
Decimal 224 234 124 0.04 0 0.47 0.08 65.45 0.72 0.7
Hex E0 EA 7C 4 0 2F 8 41 48 46
Octal 340 352 174 4 0 57 10 101 110 106
Binary 11100000 11101010 1111100 100 0 101111 1000 1000001 1001000 1000110

Color Harmonies of #E0EA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0EA7C

Black with #E0EA7C

Text Example


Text Example

White with #E0EA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0EA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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