Html Css Color HEX #E2DD0F Lemon

📋 copy color: '#E2DD0F'

red 226 ◦ green 221 ◦ blue 15

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

Shades of Lemon #E2DD0F

Tints of Lemon #E2DD0F

RGB

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

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

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

R = 48.92%
G = 47.84%
B = 3.25%

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

#E2DD0F (or 0xE2DD0F) is known color: Lemon. HEX triplet: E2, DD and 0F. RGB value is (226,221,15). Sum of RGB (Red+Green+Blue) = 226+221+15=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 15 (6.25% from 255 or 3.25% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DD0F is #1D22F0. Grayscale: #C7C7C7. Windows color (decimal): -1909489 or 1039842. OLE color: 1039842.

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

Color convert

RGB 226 221 15 -
CMYK 0 0.02 0.93 0.11
HSL 58.58º 0.88% 0.47% -
HSV(B) 58.58º 0.93% 0.89% -
XYZ 57.31 67.92 10.54 -
YUV 199.01 24.16 147.25 -
System Red Green Blue C M Y K H S L
Decimal 226 221 15 0 0.02 0.93 0.11 58.58 0.88 0.47
Hex E2 DD F 0 2 5D B 3B 58 2F
Octal 342 335 17 0 2 135 13 73 130 57
Binary 11100010 11011101 1111 0 10 1011101 1011 111011 1011000 101111

Color Harmonies of #E2DD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DD0F

Black with #E2DD0F

Text Example


Text Example

White with #E2DD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DD0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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