Html Css Color HEX #E5ED78 Mindaro

📋 copy color: '#E5ED78'

red 229 ◦ green 237 ◦ blue 120

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

Shades of Mindaro #E5ED78

Tints of Mindaro #E5ED78

RGB

 RED value IS 229 (89.84% from 255) = 39.08%

 GREEN value IS 237 (92.97% from 255) = 40.44%

 BLUE value IS 120 (47.27% from 255) = 20.48%

R = 39.08%
G = 40.44%
B = 20.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#E5ED78 (or 0xE5ED78) is known color: Mindaro. HEX triplet: E5, ED and 78. RGB value is (229,237,120). Sum of RGB (Red+Green+Blue) = 229+237+120=586 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.08% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 120 (47.27% from 255 or 20.48% from 586); Max value from RGB is 237 - color contains mainly: green. Hex color #E5ED78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5ED78 is #1A1287. Grayscale: #DDDDDD. Windows color (decimal): -1708680 or 7925221. OLE color: 7925221.

HSL color Cylindrical-coordinate representation of color #E5ED78: hue angle of 64.1º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E5ED78 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 237 120 -
CMYK 0.03 0 0.49 0.07
HSL 64.1º 0.76% 0.7% -
HSV(B) 64.1º 0.49% 0.93% -
XYZ 65.99 78.58 29.46 -
YUV 221.27 70.85 133.51 -
System Red Green Blue C M Y K H S L
Decimal 229 237 120 0.03 0 0.49 0.07 64.1 0.76 0.7
Hex E5 ED 78 3 0 31 7 40 4C 46
Octal 345 355 170 3 0 61 7 100 114 106
Binary 11100101 11101101 1111000 11 0 110001 111 1000000 1001100 1000110

Color Harmonies of #E5ED78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5ED78

Black with #E5ED78

Text Example


Text Example

White with #E5ED78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5ED78; }

 p { color: rgb(229,237,120); }

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

background-color css

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

 a { background-color: rgb(229,237,120); }

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

border-color css

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

 span { border-color: rgb(229,237,120); }

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