Html Css Color HEX #E1DF10 Lemon

📋 copy color: '#E1DF10'

red 225 ◦ green 223 ◦ blue 16

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

Shades of Lemon #E1DF10

Tints of Lemon #E1DF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.45%

R = 48.49%
G = 48.06%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E1DF10 (or 0xE1DF10) is known color: Lemon. HEX triplet: E1, DF and 10. RGB value is (225,223,16). Sum of RGB (Red+Green+Blue) = 225+223+16=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 16 (6.64% from 255 or 3.45% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DF10 is #1E20EF. Grayscale: #C8C8C8. Windows color (decimal): -1974512 or 1105889. OLE color: 1105889.

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

Color convert

RGB 225 223 16 -
CMYK 0 0.01 0.93 0.12
HSL 59.43º 0.87% 0.47% -
HSV(B) 59.43º 0.93% 0.88% -
XYZ 57.53 68.82 10.74 -
YUV 200 24.16 145.83 -
System Red Green Blue C M Y K H S L
Decimal 225 223 16 0 0.01 0.93 0.12 59.43 0.87 0.47
Hex E1 DF 10 0 1 5D C 3B 57 2F
Octal 341 337 20 0 1 135 14 73 127 57
Binary 11100001 11011111 10000 0 1 1011101 1100 111011 1010111 101111

Color Harmonies of #E1DF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DF10

Black with #E1DF10

Text Example


Text Example

White with #E1DF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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