Html Css Color HEX #E2DE0F Lemon

📋 copy color: '#E2DE0F'

red 226 ◦ green 222 ◦ blue 15

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

Shades of Lemon #E2DE0F

Tints of Lemon #E2DE0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.24%

R = 48.81%
G = 47.95%
B = 3.24%

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

#E2DE0F (or 0xE2DE0F) is known color: Lemon. HEX triplet: E2, DE and 0F. RGB value is (226,222,15). Sum of RGB (Red+Green+Blue) = 226+222+15=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 222 (87.11% from 255 or 47.95% from 463); Blue value is 15 (6.25% from 255 or 3.24% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DE0F is #1D21F0. Grayscale: #C8C8C8. Windows color (decimal): -1909233 or 1040098. OLE color: 1040098.

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

Color convert

RGB 226 222 15 -
CMYK 0 0.02 0.93 0.11
HSL 58.86º 0.88% 0.47% -
HSV(B) 58.86º 0.93% 0.89% -
XYZ 57.57 68.45 10.63 -
YUV 199.6 23.83 146.83 -
System Red Green Blue C M Y K H S L
Decimal 226 222 15 0 0.02 0.93 0.11 58.86 0.88 0.47
Hex E2 DE F 0 2 5D B 3B 58 2F
Octal 342 336 17 0 2 135 13 73 130 57
Binary 11100010 11011110 1111 0 10 1011101 1011 111011 1011000 101111

Color Harmonies of #E2DE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DE0F

Black with #E2DE0F

Text Example


Text Example

White with #E2DE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DE0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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