Html Css Color HEX #E1DF0E Lemon

📋 copy color: '#E1DF0E'

red 225 ◦ green 223 ◦ blue 14

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

Shades of Lemon #E1DF0E

Tints of Lemon #E1DF0E

RGB

 RED value IS 225 (88.28% from 255) = 48.7%

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

 BLUE value IS 14 (5.86% from 255) = 3.03%

R = 48.7%
G = 48.27%
B = 3.03%

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

#E1DF0E (or 0xE1DF0E) is known color: Lemon. HEX triplet: E1, DF and 0E. RGB value is (225,223,14). Sum of RGB (Red+Green+Blue) = 225+223+14=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 14 (5.86% from 255 or 3.03% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DF0E is #1E20F1. Grayscale: #C8C8C8. Windows color (decimal): -1974514 or 974817. OLE color: 974817.

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

Color convert

RGB 225 223 14 -
CMYK 0 0.01 0.94 0.12
HSL 59.43º 0.88% 0.47% -
HSV(B) 59.43º 0.94% 0.88% -
XYZ 57.52 68.81 10.67 -
YUV 199.77 23.16 145.99 -
System Red Green Blue C M Y K H S L
Decimal 225 223 14 0 0.01 0.94 0.12 59.43 0.88 0.47
Hex E1 DF E 0 1 5E C 3B 58 2F
Octal 341 337 16 0 1 136 14 73 130 57
Binary 11100001 11011111 1110 0 1 1011110 1100 111011 1011000 101111

Color Harmonies of #E1DF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DF0E

Black with #E1DF0E

Text Example


Text Example

White with #E1DF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DF0E; }

 p { color: rgb(225,223,14); }

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

background-color css

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

 a { background-color: rgb(225,223,14); }

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

border-color css

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

 span { border-color: rgb(225,223,14); }

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