#E6DE0A

Color #E6DE0A Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon #E6DE0A

Tints of Lemon #E6DE0A

Color information

#E6DE0A (or 0xE6DE0A) is unknown color: approx Lemon. HEX triplet: E6, DE and 0A. RGB value is (230,222,10). Sum of RGB (Red+Green+Blue) = 230+222+10=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 10 (4.30% from 255 or 2.16% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DE0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6DE0A is #1921F5. Grayscale: #C9C9C9. Windows color (decimal): -1647094 or 712422. OLE color: 712422.

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

Color convert

RGB23022210-
CMYK00.030.960.10
HSL57.82º91.67%47.06%-
HSV(B)57.82º95.65%90.2%-
XYZ58.8169.0910.52-
YUV200.2220.65149.24-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.78%
GREEN value IS 222 (87.11% from 255) = 48.05%
BLUE value IS 10 (4.30% from 255) = 2.16%
R=49.78%
G=48.05%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.96
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302221000.030.960.1057.8291.6747.06
HexE6DEA0360A3a5c2f
Octal3463361203140127213457
Binary11100110110111101010011110000010101110101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DE0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DE0A; }

 p { color: rgb(230,222,10); }

 H1.HeaderClassName
 {
   color: #E6DE0A;
 }
 .AnyTagClassName
 {
   color: #E6DE0A;
 }
</style>
background-color css

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

 a { background-color: rgb(230,222,10); }

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

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

 span { border-color: rgb(230,222,10); }

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