Html Css Color HEX #E0E575 Mindaro

📋 copy color: '#E0E575'

red 224 ◦ green 229 ◦ blue 117

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

Shades of Mindaro #E0E575

Tints of Mindaro #E0E575

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.18%

 BLUE value IS 117 (46.09% from 255) = 20.53%

R = 39.3%
G = 40.18%
B = 20.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E0E575 (or 0xE0E575) is known color: Mindaro. HEX triplet: E0, E5 and 75. RGB value is (224,229,117). Sum of RGB (Red+Green+Blue) = 224+229+117=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 229 (89.84% from 255 or 40.18% from 570); Blue value is 117 (46.09% from 255 or 20.53% from 570); Max value from RGB is 229 - color contains mainly: green. Hex color #E0E575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E575 is #1F1A8A. Grayscale: #D7D7D7. Windows color (decimal): -2038411 or 7726560. OLE color: 7726560.

HSL color Cylindrical-coordinate representation of color #E0E575: hue angle of 62.68º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E0E575 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 229 117 -
CMYK 0.02 0 0.49 0.10
HSL 62.68º 0.68% 0.68% -
HSV(B) 62.68º 0.49% 0.9% -
XYZ 61.97 73.17 27.69 -
YUV 214.74 72.84 134.61 -
System Red Green Blue C M Y K H S L
Decimal 224 229 117 0.02 0 0.49 0.10 62.68 0.68 0.68
Hex E0 E5 75 2 0 31 A 3F 44 44
Octal 340 345 165 2 0 61 12 77 104 104
Binary 11100000 11100101 1110101 10 0 110001 1010 111111 1000100 1000100

Color Harmonies of #E0E575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E575

Black with #E0E575

Text Example


Text Example

White with #E0E575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E575; }

 p { color: rgb(224,229,117); }

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

background-color css

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

 a { background-color: rgb(224,229,117); }

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

border-color css

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

 span { border-color: rgb(224,229,117); }

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