Html Css Color HEX #E8DC13 Lemon

📋 copy color: '#E8DC13'

red 232 ◦ green 220 ◦ blue 19

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

Shades of Lemon #E8DC13

Tints of Lemon #E8DC13

RGB

 RED value IS 232 (91.02% from 255) = 49.26%

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

 BLUE value IS 19 (7.81% from 255) = 4.03%

R = 49.26%
G = 46.71%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E8DC13 (or 0xE8DC13) is known color: Lemon. HEX triplet: E8, DC and 13. RGB value is (232,220,19). Sum of RGB (Red+Green+Blue) = 232+220+19=471 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.26% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 19 (7.81% from 255 or 4.03% from 471); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8DC13 is #1723EC. Grayscale: #C9C9C9. Windows color (decimal): -1516525 or 1301736. OLE color: 1301736.

HSL color Cylindrical-coordinate representation of color #E8DC13: hue angle of 56.62º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E8DC13 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 220 19 -
CMYK 0 0.05 0.92 0.09
HSL 56.62º 0.85% 0.49% -
HSV(B) 56.62º 0.92% 0.91% -
XYZ 58.99 68.39 10.71 -
YUV 200.67 25.48 150.34 -
System Red Green Blue C M Y K H S L
Decimal 232 220 19 0 0.05 0.92 0.09 56.62 0.85 0.49
Hex E8 DC 13 0 5 5C 9 39 55 31
Octal 350 334 23 0 5 134 11 71 125 61
Binary 11101000 11011100 10011 0 101 1011100 1001 111001 1010101 110001

Color Harmonies of #E8DC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DC13

Black with #E8DC13

Text Example


Text Example

White with #E8DC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DC13; }

 p { color: rgb(232,220,19); }

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

background-color css

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

 a { background-color: rgb(232,220,19); }

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

border-color css

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

 span { border-color: rgb(232,220,19); }

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