Html Css Color HEX #E8DC12 Lemon

📋 copy color: '#E8DC12'

red 232 ◦ green 220 ◦ blue 18

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

Shades of Lemon #E8DC12

Tints of Lemon #E8DC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.83%

R = 49.36%
G = 46.81%
B = 3.83%

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

#E8DC12 (or 0xE8DC12) is known color: Lemon. HEX triplet: E8, DC and 12. RGB value is (232,220,18). Sum of RGB (Red+Green+Blue) = 232+220+18=470 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.36% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 18 (7.42% from 255 or 3.83% from 470); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8DC12 is #1723ED. Grayscale: #C9C9C9. Windows color (decimal): -1516526 or 1236200. OLE color: 1236200.

HSL color Cylindrical-coordinate representation of color #E8DC12: hue angle of 56.64º degrees, saturation: 0.86, 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 #E8DC12 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 220 18 -
CMYK 0 0.05 0.92 0.09
HSL 56.64º 0.86% 0.49% -
HSV(B) 56.64º 0.92% 0.91% -
XYZ 58.98 68.39 10.66 -
YUV 200.56 24.98 150.43 -
System Red Green Blue C M Y K H S L
Decimal 232 220 18 0 0.05 0.92 0.09 56.64 0.86 0.49
Hex E8 DC 12 0 5 5C 9 39 56 31
Octal 350 334 22 0 5 134 11 71 126 61
Binary 11101000 11011100 10010 0 101 1011100 1001 111001 1010110 110001

Color Harmonies of #E8DC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DC12

Black with #E8DC12

Text Example


Text Example

White with #E8DC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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