Html Css Color HEX #E8DD0A Lemon

📋 copy color: '#E8DD0A'

red 232 ◦ green 221 ◦ blue 10

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

Shades of Lemon #E8DD0A

Tints of Lemon #E8DD0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.16%

R = 50.11%
G = 47.73%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E8DD0A (or 0xE8DD0A) is known color: Lemon. HEX triplet: E8, DD and 0A. RGB value is (232,221,10). Sum of RGB (Red+Green+Blue) = 232+221+10=463 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.11% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 10 (4.30% from 255 or 2.16% from 463); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DD0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8DD0A is #1722F5. Grayscale: #C9C9C9. Windows color (decimal): -1516278 or 712168. OLE color: 712168.

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

Color convert

RGB 232 221 10 -
CMYK 0 0.05 0.96 0.09
HSL 57.03º 0.92% 0.47% -
HSV(B) 57.03º 0.96% 0.91% -
XYZ 59.19 68.89 10.46 -
YUV 200.24 20.64 150.66 -
System Red Green Blue C M Y K H S L
Decimal 232 221 10 0 0.05 0.96 0.09 57.03 0.92 0.47
Hex E8 DD A 0 5 60 9 39 5C 2F
Octal 350 335 12 0 5 140 11 71 134 57
Binary 11101000 11011101 1010 0 101 1100000 1001 111001 1011100 101111

Color Harmonies of #E8DD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DD0A

Black with #E8DD0A

Text Example


Text Example

White with #E8DD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DD0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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