Html Css Color HEX #E0DF0D Lemon

📋 copy color: '#E0DF0D'

red 224 ◦ green 223 ◦ blue 13

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

Shades of Lemon #E0DF0D

Tints of Lemon #E0DF0D

RGB

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

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

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

R = 48.7%
G = 48.48%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0DF0D (or 0xE0DF0D) is known color: Lemon. HEX triplet: E0, DF and 0D. RGB value is (224,223,13). Sum of RGB (Red+Green+Blue) = 224+223+13=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 13 (5.47% from 255 or 2.83% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DF0D is #1F20F2. Grayscale: #C8C8C8. Windows color (decimal): -2040051 or 909280. OLE color: 909280.

HSL color Cylindrical-coordinate representation of color #E0DF0D: hue angle of 59.72º 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 #E0DF0D is Cyan = 0, Magento = 0.00, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 223 13 -
CMYK 0 0.00 0.94 0.12
HSL 59.72º 0.89% 0.46% -
HSV(B) 59.72º 0.94% 0.88% -
XYZ 57.2 68.65 10.62 -
YUV 199.36 22.83 145.58 -
System Red Green Blue C M Y K H S L
Decimal 224 223 13 0 0.00 0.94 0.12 59.72 0.89 0.46
Hex E0 DF D 0 0 5E C 3C 59 2E
Octal 340 337 15 0 0 136 14 74 131 56
Binary 11100000 11011111 1101 0 0 1011110 1100 111100 1011001 101110

Color Harmonies of #E0DF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DF0D

Black with #E0DF0D

Text Example


Text Example

White with #E0DF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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