#EBE00A

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

Shades of Lemon #EBE00A

Tints of Lemon #EBE00A

Color information

#EBE00A (or 0xEBE00A) is unknown color: approx Lemon. HEX triplet: EB, E0 and 0A. RGB value is (235,224,10). Sum of RGB (Red+Green+Blue) = 235+224+10=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 10 (4.30% from 255 or 2.13% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE00A is #141FF5. Grayscale: #CBCBCB. Windows color (decimal): -1318902 or 712939. OLE color: 712939.

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

Color convert

RGB23522410-
CMYK00.050.960.08
HSL57.07º91.84%48.04%-
HSV(B)57.07º95.74%92.16%-
XYZ60.977110.78-
YUV202.8919.14150.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.11%
GREEN value IS 224 (87.89% from 255) = 47.76%
BLUE value IS 10 (4.30% from 255) = 2.13%
R=50.11%
G=47.76%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352241000.050.960.0857.0791.8448.04
HexEBE0A05608395c30
Octal3533401205140107113460
Binary111010111110000010100101110000010001110011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE00A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE00A; }

 p { color: rgb(235,224,10); }

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

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

 a { background-color: rgb(235,224,10); }

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

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

 span { border-color: rgb(235,224,10); }

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