Html Css Color HEX #E2DD0B Lemon

📋 copy color: '#E2DD0B'

red 226 ◦ green 221 ◦ blue 11

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

Shades of Lemon #E2DD0B

Tints of Lemon #E2DD0B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.25%

 BLUE value IS 11 (4.69% from 255) = 2.4%

R = 49.34%
G = 48.25%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2DD0B (or 0xE2DD0B) is known color: Lemon. HEX triplet: E2, DD and 0B. RGB value is (226,221,11). Sum of RGB (Red+Green+Blue) = 226+221+11=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 11 (4.69% from 255 or 2.40% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DD0B is #1D22F4. Grayscale: #C7C7C7. Windows color (decimal): -1909493 or 777698. OLE color: 777698.

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

Color convert

RGB 226 221 11 -
CMYK 0 0.02 0.95 0.11
HSL 58.6º 0.91% 0.46% -
HSV(B) 58.6º 0.95% 0.89% -
XYZ 57.28 67.91 10.4 -
YUV 198.56 22.16 147.58 -
System Red Green Blue C M Y K H S L
Decimal 226 221 11 0 0.02 0.95 0.11 58.6 0.91 0.46
Hex E2 DD B 0 2 5F B 3B 5B 2E
Octal 342 335 13 0 2 137 13 73 133 56
Binary 11100010 11011101 1011 0 10 1011111 1011 111011 1011011 101110

Color Harmonies of #E2DD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DD0B

Black with #E2DD0B

Text Example


Text Example

White with #E2DD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DD0B; }

 p { color: rgb(226,221,11); }

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

background-color css

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

 a { background-color: rgb(226,221,11); }

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

border-color css

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

 span { border-color: rgb(226,221,11); }

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