Html Css Color HEX #E8DC0D Lemon

📋 copy color: '#E8DC0D'

red 232 ◦ green 220 ◦ blue 13

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

Shades of Lemon #E8DC0D

Tints of Lemon #E8DC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.8%

R = 49.89%
G = 47.31%
B = 2.8%

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

#E8DC0D (or 0xE8DC0D) is known color: Lemon. HEX triplet: E8, DC and 0D. RGB value is (232,220,13). Sum of RGB (Red+Green+Blue) = 232+220+13=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 13 (5.47% from 255 or 2.80% from 465); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8DC0D is #1723F2. Grayscale: #C8C8C8. Windows color (decimal): -1516531 or 908520. OLE color: 908520.

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

Color convert

RGB 232 220 13 -
CMYK 0 0.05 0.94 0.09
HSL 56.71º 0.89% 0.48% -
HSV(B) 56.71º 0.94% 0.91% -
XYZ 58.94 68.37 10.47 -
YUV 199.99 22.48 150.83 -
System Red Green Blue C M Y K H S L
Decimal 232 220 13 0 0.05 0.94 0.09 56.71 0.89 0.48
Hex E8 DC D 0 5 5E 9 39 59 30
Octal 350 334 15 0 5 136 11 71 131 60
Binary 11101000 11011100 1101 0 101 1011110 1001 111001 1011001 110000

Color Harmonies of #E8DC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DC0D

Black with #E8DC0D

Text Example


Text Example

White with #E8DC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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