Html Css Color HEX #EBE012 Lemon

📋 copy color: '#EBE012'

red 235 ◦ green 224 ◦ blue 18

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

Shades of Lemon #EBE012

Tints of Lemon #EBE012

RGB

 RED value IS 235 (92.19% from 255) = 49.27%

 GREEN value IS 224 (87.89% from 255) = 46.96%

 BLUE value IS 18 (7.42% from 255) = 3.77%

R = 49.27%
G = 46.96%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EBE012 (or 0xEBE012) is known color: Lemon. HEX triplet: EB, E0 and 12. RGB value is (235,224,18). Sum of RGB (Red+Green+Blue) = 235+224+18=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 18 (7.42% from 255 or 3.77% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE012 is #141FED. Grayscale: #CCCCCC. Windows color (decimal): -1318894 or 1237227. OLE color: 1237227.

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

Color convert

RGB 235 224 18 -
CMYK 0 0.05 0.92 0.08
HSL 56.96º 0.86% 0.5% -
HSV(B) 56.96º 0.92% 0.92% -
XYZ 61.03 71.02 11.06 -
YUV 203.81 23.14 150.25 -
System Red Green Blue C M Y K H S L
Decimal 235 224 18 0 0.05 0.92 0.08 56.96 0.86 0.5
Hex EB E0 12 0 5 5C 8 39 56 32
Octal 353 340 22 0 5 134 10 71 126 62
Binary 11101011 11100000 10010 0 101 1011100 1000 111001 1010110 110010

Color Harmonies of #EBE012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE012

Black with #EBE012

Text Example


Text Example

White with #EBE012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE012; }

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

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

background-color css

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

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

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

border-color css

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

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

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