Html Css Color HEX #E2DF0C Lemon

📋 copy color: '#E2DF0C'

red 226 ◦ green 223 ◦ blue 12

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

Shades of Lemon #E2DF0C

Tints of Lemon #E2DF0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.6%

R = 49.02%
G = 48.37%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2DF0C (or 0xE2DF0C) is known color: Lemon. HEX triplet: E2, DF and 0C. RGB value is (226,223,12). Sum of RGB (Red+Green+Blue) = 226+223+12=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 12 (5.08% from 255 or 2.60% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DF0C is #1D20F3. Grayscale: #C8C8C8. Windows color (decimal): -1908980 or 843746. OLE color: 843746.

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

Color convert

RGB 226 223 12 -
CMYK 0 0.01 0.95 0.11
HSL 59.16º 0.9% 0.47% -
HSV(B) 59.16º 0.95% 0.89% -
XYZ 57.82 68.97 10.61 -
YUV 199.84 21.99 146.66 -
System Red Green Blue C M Y K H S L
Decimal 226 223 12 0 0.01 0.95 0.11 59.16 0.9 0.47
Hex E2 DF C 0 1 5F B 3B 5A 2F
Octal 342 337 14 0 1 137 13 73 132 57
Binary 11100010 11011111 1100 0 1 1011111 1011 111011 1011010 101111

Color Harmonies of #E2DF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DF0C

Black with #E2DF0C

Text Example


Text Example

White with #E2DF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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