Html Css Color HEX #E8DC0F Lemon

📋 copy color: '#E8DC0F'

red 232 ◦ green 220 ◦ blue 15

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

Shades of Lemon #E8DC0F

Tints of Lemon #E8DC0F

RGB

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

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

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

R = 49.68%
G = 47.11%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E8DC0F (or 0xE8DC0F) is known color: Lemon. HEX triplet: E8, DC and 0F. RGB value is (232,220,15). Sum of RGB (Red+Green+Blue) = 232+220+15=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 15 (6.25% from 255 or 3.21% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8DC0F is #1723F0. Grayscale: #C9C9C9. Windows color (decimal): -1516529 or 1039592. OLE color: 1039592.

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

Color convert

RGB 232 220 15 -
CMYK 0 0.05 0.94 0.09
HSL 56.68º 0.88% 0.48% -
HSV(B) 56.68º 0.94% 0.91% -
XYZ 58.96 68.38 10.54 -
YUV 200.22 23.48 150.67 -
System Red Green Blue C M Y K H S L
Decimal 232 220 15 0 0.05 0.94 0.09 56.68 0.88 0.48
Hex E8 DC F 0 5 5E 9 39 58 30
Octal 350 334 17 0 5 136 11 71 130 60
Binary 11101000 11011100 1111 0 101 1011110 1001 111001 1011000 110000

Color Harmonies of #E8DC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DC0F

Black with #E8DC0F

Text Example


Text Example

White with #E8DC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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