Html Css Color HEX #EBE212 Lemon

📋 copy color: '#EBE212'

red 235 ◦ green 226 ◦ blue 18

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

Shades of Lemon #EBE212

Tints of Lemon #EBE212

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.18%

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

R = 49.06%
G = 47.18%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EBE212 (or 0xEBE212) is known color: Lemon. HEX triplet: EB, E2 and 12. RGB value is (235,226,18). Sum of RGB (Red+Green+Blue) = 235+226+18=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 226 (88.67% from 255 or 47.18% from 479); Blue value is 18 (7.42% from 255 or 3.76% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE212 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE212 is #141DED. Grayscale: #CDCDCD. Windows color (decimal): -1318382 or 1237739. OLE color: 1237739.

HSL color Cylindrical-coordinate representation of color #EBE212: hue angle of 57.51º 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 #EBE212 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 226 18 -
CMYK 0 0.04 0.92 0.08
HSL 57.51º 0.86% 0.5% -
HSV(B) 57.51º 0.92% 0.92% -
XYZ 61.57 72.1 11.24 -
YUV 204.98 22.48 149.41 -
System Red Green Blue C M Y K H S L
Decimal 235 226 18 0 0.04 0.92 0.08 57.51 0.86 0.5
Hex EB E2 12 0 4 5C 8 3A 56 32
Octal 353 342 22 0 4 134 10 72 126 62
Binary 11101011 11100010 10010 0 100 1011100 1000 111010 1010110 110010

Color Harmonies of #EBE212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE212

Black with #EBE212

Text Example


Text Example

White with #EBE212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE212; }

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

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

background-color css

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

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

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

border-color css

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

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

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