Html Css Color HEX #E0DF0C Lemon

📋 copy color: '#E0DF0C'

red 224 ◦ green 223 ◦ blue 12

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

Shades of Lemon #E0DF0C

Tints of Lemon #E0DF0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.61%

R = 48.8%
G = 48.58%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0DF0C (or 0xE0DF0C) is known color: Lemon. HEX triplet: E0, DF and 0C. RGB value is (224,223,12). Sum of RGB (Red+Green+Blue) = 224+223+12=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 12 (5.08% from 255 or 2.61% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DF0C is #1F20F3. Grayscale: #C8C8C8. Windows color (decimal): -2040052 or 843744. OLE color: 843744.

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

Color convert

RGB 224 223 12 -
CMYK 0 0.00 0.95 0.12
HSL 59.72º 0.9% 0.46% -
HSV(B) 59.72º 0.95% 0.88% -
XYZ 57.19 68.65 10.58 -
YUV 199.25 22.33 145.66 -
System Red Green Blue C M Y K H S L
Decimal 224 223 12 0 0.00 0.95 0.12 59.72 0.9 0.46
Hex E0 DF C 0 0 5F C 3C 5A 2E
Octal 340 337 14 0 0 137 14 74 132 56
Binary 11100000 11011111 1100 0 0 1011111 1100 111100 1011010 101110

Color Harmonies of #E0DF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DF0C

Black with #E0DF0C

Text Example


Text Example

White with #E0DF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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