Html Css Color HEX #E0F075 Mindaro

📋 copy color: '#E0F075'

red 224 ◦ green 240 ◦ blue 117

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

Shades of Mindaro #E0F075

Tints of Mindaro #E0F075

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.31%

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

R = 38.55%
G = 41.31%
B = 20.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#E0F075 (or 0xE0F075) is known color: Mindaro. HEX triplet: E0, F0 and 75. RGB value is (224,240,117). Sum of RGB (Red+Green+Blue) = 224+240+117=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 240 (94.14% from 255 or 41.31% from 581); Blue value is 117 (46.09% from 255 or 20.14% from 581); Max value from RGB is 240 - color contains mainly: green. Hex color #E0F075 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F075 is #1F0F8A. Grayscale: #DDDDDD. Windows color (decimal): -2035595 or 7729376. OLE color: 7729376.

HSL color Cylindrical-coordinate representation of color #E0F075: hue angle of 67.8º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0F075 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 240 117 -
CMYK 0.07 0 0.51 0.06
HSL 67.8º 0.8% 0.7% -
HSV(B) 67.8º 0.51% 0.94% -
XYZ 65.11 79.45 28.73 -
YUV 221.19 69.2 130 -
System Red Green Blue C M Y K H S L
Decimal 224 240 117 0.07 0 0.51 0.06 67.8 0.8 0.7
Hex E0 F0 75 7 0 33 6 44 50 46
Octal 340 360 165 7 0 63 6 104 120 106
Binary 11100000 11110000 1110101 111 0 110011 110 1000100 1010000 1000110

Color Harmonies of #E0F075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F075

Black with #E0F075

Text Example


Text Example

White with #E0F075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F075; }

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

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

background-color css

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

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

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

border-color css

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

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

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