Html Css Color HEX #E0DF12 Lemon

📋 copy color: '#E0DF12'

red 224 ◦ green 223 ◦ blue 18

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

Shades of Lemon #E0DF12

Tints of Lemon #E0DF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.87%

R = 48.17%
G = 47.96%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E0DF12 (or 0xE0DF12) is known color: Lemon. HEX triplet: E0, DF and 12. RGB value is (224,223,18). Sum of RGB (Red+Green+Blue) = 224+223+18=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 18 (7.42% from 255 or 3.87% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DF12 is #1F20ED. Grayscale: #C8C8C8. Windows color (decimal): -2040046 or 1236960. OLE color: 1236960.

HSL color Cylindrical-coordinate representation of color #E0DF12: hue angle of 59.71º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0DF12 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 223 18 -
CMYK 0 0.00 0.92 0.12
HSL 59.71º 0.85% 0.47% -
HSV(B) 59.71º 0.92% 0.88% -
XYZ 57.24 68.67 10.81 -
YUV 199.93 25.33 145.17 -
System Red Green Blue C M Y K H S L
Decimal 224 223 18 0 0.00 0.92 0.12 59.71 0.85 0.47
Hex E0 DF 12 0 0 5C C 3C 55 2F
Octal 340 337 22 0 0 134 14 74 125 57
Binary 11100000 11011111 10010 0 0 1011100 1100 111100 1010101 101111

Color Harmonies of #E0DF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DF12

Black with #E0DF12

Text Example


Text Example

White with #E0DF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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