Html Css Color HEX #E2DE10 Lemon

📋 copy color: '#E2DE10'

red 226 ◦ green 222 ◦ blue 16

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

Shades of Lemon #E2DE10

Tints of Lemon #E2DE10

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.84%

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

R = 48.71%
G = 47.84%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E2DE10 (or 0xE2DE10) is known color: Lemon. HEX triplet: E2, DE and 10. RGB value is (226,222,16). Sum of RGB (Red+Green+Blue) = 226+222+16=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 222 (87.11% from 255 or 47.84% from 464); Blue value is 16 (6.64% from 255 or 3.45% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DE10 is #1D21EF. Grayscale: #C8C8C8. Windows color (decimal): -1909232 or 1105634. OLE color: 1105634.

HSL color Cylindrical-coordinate representation of color #E2DE10: hue angle of 58.86º 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 #E2DE10 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 222 16 -
CMYK 0 0.02 0.93 0.11
HSL 58.86º 0.87% 0.47% -
HSV(B) 58.86º 0.93% 0.89% -
XYZ 57.58 68.45 10.67 -
YUV 199.71 24.33 146.75 -
System Red Green Blue C M Y K H S L
Decimal 226 222 16 0 0.02 0.93 0.11 58.86 0.87 0.47
Hex E2 DE 10 0 2 5D B 3B 57 2F
Octal 342 336 20 0 2 135 13 73 127 57
Binary 11100010 11011110 10000 0 10 1011101 1011 111011 1010111 101111

Color Harmonies of #E2DE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DE10

Black with #E2DE10

Text Example


Text Example

White with #E2DE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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