Html Css Color HEX #E8DD0E Lemon

📋 copy color: '#E8DD0E'

red 232 ◦ green 221 ◦ blue 14

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

Shades of Lemon #E8DD0E

Tints of Lemon #E8DD0E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.32%

 BLUE value IS 14 (5.86% from 255) = 3%

R = 49.68%
G = 47.32%
B = 3%

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

#E8DD0E (or 0xE8DD0E) is known color: Lemon. HEX triplet: E8, DD and 0E. RGB value is (232,221,14). Sum of RGB (Red+Green+Blue) = 232+221+14=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 14 (5.86% from 255 or 3.00% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DD0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8DD0E is #1722F1. Grayscale: #C9C9C9. Windows color (decimal): -1516274 or 974312. OLE color: 974312.

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

Color convert

RGB 232 221 14 -
CMYK 0 0.05 0.94 0.09
HSL 56.97º 0.89% 0.48% -
HSV(B) 56.97º 0.94% 0.91% -
XYZ 59.21 68.9 10.59 -
YUV 200.69 22.64 150.33 -
System Red Green Blue C M Y K H S L
Decimal 232 221 14 0 0.05 0.94 0.09 56.97 0.89 0.48
Hex E8 DD E 0 5 5E 9 39 59 30
Octal 350 335 16 0 5 136 11 71 131 60
Binary 11101000 11011101 1110 0 101 1011110 1001 111001 1011001 110000

Color Harmonies of #E8DD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DD0E

Black with #E8DD0E

Text Example


Text Example

White with #E8DD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DD0E; }

 p { color: rgb(232,221,14); }

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

background-color css

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

 a { background-color: rgb(232,221,14); }

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

border-color css

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

 span { border-color: rgb(232,221,14); }

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