Html Css Color HEX #E3DC0F Lemon

📋 copy color: '#E3DC0F'

red 227 ◦ green 220 ◦ blue 15

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

Shades of Lemon #E3DC0F

Tints of Lemon #E3DC0F

RGB

 RED value IS 227 (89.06% from 255) = 49.13%

 GREEN value IS 220 (86.33% from 255) = 47.62%

 BLUE value IS 15 (6.25% from 255) = 3.25%

R = 49.13%
G = 47.62%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E3DC0F (or 0xE3DC0F) is known color: Lemon. HEX triplet: E3, DC and 0F. RGB value is (227,220,15). Sum of RGB (Red+Green+Blue) = 227+220+15=462 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.13% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 15 (6.25% from 255 or 3.25% from 462); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3DC0F is #1C23F0. Grayscale: #C7C7C7. Windows color (decimal): -1844209 or 1039587. OLE color: 1039587.

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

Color convert

RGB 227 220 15 -
CMYK 0 0.03 0.93 0.11
HSL 58.02º 0.88% 0.47% -
HSV(B) 58.02º 0.93% 0.89% -
XYZ 57.36 67.55 10.47 -
YUV 198.72 24.32 148.17 -
System Red Green Blue C M Y K H S L
Decimal 227 220 15 0 0.03 0.93 0.11 58.02 0.88 0.47
Hex E3 DC F 0 3 5D B 3A 58 2F
Octal 343 334 17 0 3 135 13 72 130 57
Binary 11100011 11011100 1111 0 11 1011101 1011 111010 1011000 101111

Color Harmonies of #E3DC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3DC0F

Black with #E3DC0F

Text Example


Text Example

White with #E3DC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3DC0F; }

 p { color: rgb(227,220,15); }

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

background-color css

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

 a { background-color: rgb(227,220,15); }

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

border-color css

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

 span { border-color: rgb(227,220,15); }

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