Html Css Color HEX #E0DD0D Lemon

📋 copy color: '#E0DD0D'

red 224 ◦ green 221 ◦ blue 13

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

Shades of Lemon #E0DD0D

Tints of Lemon #E0DD0D

RGB

 RED value IS 224 (87.89% from 255) = 48.91%

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

 BLUE value IS 13 (5.47% from 255) = 2.84%

R = 48.91%
G = 48.25%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0DD0D (or 0xE0DD0D) is known color: Lemon. HEX triplet: E0, DD and 0D. RGB value is (224,221,13). Sum of RGB (Red+Green+Blue) = 224+221+13=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 13 (5.47% from 255 or 2.84% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DD0D is #1F22F2. Grayscale: #C7C7C7. Windows color (decimal): -2040563 or 908768. OLE color: 908768.

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

Color convert

RGB 224 221 13 -
CMYK 0 0.01 0.94 0.12
HSL 59.15º 0.89% 0.46% -
HSV(B) 59.15º 0.94% 0.88% -
XYZ 56.67 67.59 10.44 -
YUV 198.19 23.49 146.41 -
System Red Green Blue C M Y K H S L
Decimal 224 221 13 0 0.01 0.94 0.12 59.15 0.89 0.46
Hex E0 DD D 0 1 5E C 3B 59 2E
Octal 340 335 15 0 1 136 14 73 131 56
Binary 11100000 11011101 1101 0 1 1011110 1100 111011 1011001 101110

Color Harmonies of #E0DD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DD0D

Black with #E0DD0D

Text Example


Text Example

White with #E0DD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DD0D; }

 p { color: rgb(224,221,13); }

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

background-color css

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

 a { background-color: rgb(224,221,13); }

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

border-color css

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

 span { border-color: rgb(224,221,13); }

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