Html Css Color HEX #E2DF08 Lemon

📋 copy color: '#E2DF08'

red 226 ◦ green 223 ◦ blue 8

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

Shades of Lemon #E2DF08

Tints of Lemon #E2DF08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.75%

R = 49.45%
G = 48.8%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E2DF08 (or 0xE2DF08) is known color: Lemon. HEX triplet: E2, DF and 08. RGB value is (226,223,8). Sum of RGB (Red+Green+Blue) = 226+223+8=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 8 (3.52% from 255 or 1.75% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DF08 is #1D20F7. Grayscale: #C8C8C8. Windows color (decimal): -1908984 or 581602. OLE color: 581602.

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

Color convert

RGB 226 223 8 -
CMYK 0 0.01 0.96 0.11
HSL 59.17º 0.93% 0.46% -
HSV(B) 59.17º 0.96% 0.89% -
XYZ 57.8 68.96 10.49 -
YUV 199.39 19.99 146.98 -
System Red Green Blue C M Y K H S L
Decimal 226 223 8 0 0.01 0.96 0.11 59.17 0.93 0.46
Hex E2 DF 8 0 1 60 B 3B 5D 2E
Octal 342 337 10 0 1 140 13 73 135 56
Binary 11100010 11011111 1000 0 1 1100000 1011 111011 1011101 101110

Color Harmonies of #E2DF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DF08

Black with #E2DF08

Text Example


Text Example

White with #E2DF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DF08; }

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

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

background-color css

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

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

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

border-color css

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

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

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