Html Css Color HEX #E0E774 Mindaro

📋 copy color: '#E0E774'

red 224 ◦ green 231 ◦ blue 116

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

Shades of Mindaro #E0E774

Tints of Mindaro #E0E774

RGB

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

 GREEN value IS 231 (90.63% from 255) = 40.46%

 BLUE value IS 116 (45.7% from 255) = 20.32%

R = 39.23%
G = 40.46%
B = 20.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E0E774 (or 0xE0E774) is known color: Mindaro. HEX triplet: E0, E7 and 74. RGB value is (224,231,116). Sum of RGB (Red+Green+Blue) = 224+231+116=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 231 (90.62% from 255 or 40.46% from 571); Blue value is 116 (45.70% from 255 or 20.32% from 571); Max value from RGB is 231 - color contains mainly: green. Hex color #E0E774 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0E774 is #1F188B. Grayscale: #D8D8D8. Windows color (decimal): -2037900 or 7661536. OLE color: 7661536.

HSL color Cylindrical-coordinate representation of color #E0E774: hue angle of 63.65º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0E774 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 224 231 116 -
CMYK 0.03 0 0.50 0.09
HSL 63.65º 0.71% 0.68% -
HSV(B) 63.65º 0.5% 0.91% -
XYZ 62.47 74.26 27.56 -
YUV 215.8 71.68 133.85 -
System Red Green Blue C M Y K H S L
Decimal 224 231 116 0.03 0 0.50 0.09 63.65 0.71 0.68
Hex E0 E7 74 3 0 32 9 40 47 44
Octal 340 347 164 3 0 62 11 100 107 104
Binary 11100000 11100111 1110100 11 0 110010 1001 1000000 1000111 1000100

Color Harmonies of #E0E774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E774

Black with #E0E774

Text Example


Text Example

White with #E0E774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E774; }

 p { color: rgb(224,231,116); }

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

background-color css

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

 a { background-color: rgb(224,231,116); }

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

border-color css

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

 span { border-color: rgb(224,231,116); }

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