Html Css Color HEX #E2DF10 Lemon

📋 copy color: '#E2DF10'

red 226 ◦ green 223 ◦ blue 16

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

Shades of Lemon #E2DF10

Tints of Lemon #E2DF10

RGB

 RED value IS 226 (88.67% from 255) = 48.6%

 GREEN value IS 223 (87.5% from 255) = 47.96%

 BLUE value IS 16 (6.64% from 255) = 3.44%

R = 48.6%
G = 47.96%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E2DF10 (or 0xE2DF10) is known color: Lemon. HEX triplet: E2, DF and 10. RGB value is (226,223,16). Sum of RGB (Red+Green+Blue) = 226+223+16=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 16 (6.64% from 255 or 3.44% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DF10 is #1D20EF. Grayscale: #C9C9C9. Windows color (decimal): -1908976 or 1105890. OLE color: 1105890.

HSL color Cylindrical-coordinate representation of color #E2DF10: hue angle of 59.14º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2DF10 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 223 16 -
CMYK 0 0.01 0.93 0.11
HSL 59.14º 0.87% 0.47% -
HSV(B) 59.14º 0.93% 0.89% -
XYZ 57.85 68.98 10.76 -
YUV 200.3 23.99 146.33 -
System Red Green Blue C M Y K H S L
Decimal 226 223 16 0 0.01 0.93 0.11 59.14 0.87 0.47
Hex E2 DF 10 0 1 5D B 3B 57 2F
Octal 342 337 20 0 1 135 13 73 127 57
Binary 11100010 11011111 10000 0 1 1011101 1011 111011 1010111 101111

Color Harmonies of #E2DF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DF10

Black with #E2DF10

Text Example


Text Example

White with #E2DF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DF10; }

 p { color: rgb(226,223,16); }

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

background-color css

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

 a { background-color: rgb(226,223,16); }

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

border-color css

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

 span { border-color: rgb(226,223,16); }

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