Html Css Color HEX #E1E572 Mindaro

📋 copy color: '#E1E572'

red 225 ◦ green 229 ◦ blue 114

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

Shades of Mindaro #E1E572

Tints of Mindaro #E1E572

RGB

 RED value IS 225 (88.28% from 255) = 39.61%

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

 BLUE value IS 114 (44.92% from 255) = 20.07%

R = 39.61%
G = 40.32%
B = 20.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E1E572 (or 0xE1E572) is known color: Mindaro. HEX triplet: E1, E5 and 72. RGB value is (225,229,114). Sum of RGB (Red+Green+Blue) = 225+229+114=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 229 (89.84% from 255 or 40.32% from 568); Blue value is 114 (44.92% from 255 or 20.07% from 568); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E572 is #1E1A8D. Grayscale: #D7D7D7. Windows color (decimal): -1972878 or 7529953. OLE color: 7529953.

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

Color convert

RGB 225 229 114 -
CMYK 0.02 0 0.50 0.10
HSL 62.09º 0.69% 0.67% -
HSV(B) 62.09º 0.5% 0.9% -
XYZ 62.11 73.26 26.79 -
YUV 214.69 71.17 135.35 -
System Red Green Blue C M Y K H S L
Decimal 225 229 114 0.02 0 0.50 0.10 62.09 0.69 0.67
Hex E1 E5 72 2 0 32 A 3E 45 43
Octal 341 345 162 2 0 62 12 76 105 103
Binary 11100001 11100101 1110010 10 0 110010 1010 111110 1000101 1000011

Color Harmonies of #E1E572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E572

Black with #E1E572

Text Example


Text Example

White with #E1E572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E572; }

 p { color: rgb(225,229,114); }

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

background-color css

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

 a { background-color: rgb(225,229,114); }

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

border-color css

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

 span { border-color: rgb(225,229,114); }

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