Html Css Color HEX #E8DC14 Lemon

📋 copy color: '#E8DC14'

red 232 ◦ green 220 ◦ blue 20

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

Shades of Lemon #E8DC14

Tints of Lemon #E8DC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.24%

R = 49.15%
G = 46.61%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E8DC14 (or 0xE8DC14) is known color: Lemon. HEX triplet: E8, DC and 14. RGB value is (232,220,20). Sum of RGB (Red+Green+Blue) = 232+220+20=472 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.15% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 20 (8.20% from 255 or 4.24% from 472); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8DC14 is #1723EB. Grayscale: #C9C9C9. Windows color (decimal): -1516524 or 1367272. OLE color: 1367272.

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

Color convert

RGB 232 220 20 -
CMYK 0 0.05 0.91 0.09
HSL 56.6º 0.84% 0.49% -
HSV(B) 56.6º 0.91% 0.91% -
XYZ 59 68.39 10.75 -
YUV 200.79 25.98 150.26 -
System Red Green Blue C M Y K H S L
Decimal 232 220 20 0 0.05 0.91 0.09 56.6 0.84 0.49
Hex E8 DC 14 0 5 5B 9 39 54 31
Octal 350 334 24 0 5 133 11 71 124 61
Binary 11101000 11011100 10100 0 101 1011011 1001 111001 1010100 110001

Color Harmonies of #E8DC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DC14

Black with #E8DC14

Text Example


Text Example

White with #E8DC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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