Html Css Color HEX #EBE210 Lemon

📋 copy color: '#EBE210'

red 235 ◦ green 226 ◦ blue 16

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

Shades of Lemon #EBE210

Tints of Lemon #EBE210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.35%

R = 49.27%
G = 47.38%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EBE210 (or 0xEBE210) is known color: Lemon. HEX triplet: EB, E2 and 10. RGB value is (235,226,16). Sum of RGB (Red+Green+Blue) = 235+226+16=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 226 (88.67% from 255 or 47.38% from 477); Blue value is 16 (6.64% from 255 or 3.35% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE210 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE210 is #141DEF. Grayscale: #CDCDCD. Windows color (decimal): -1318384 or 1106667. OLE color: 1106667.

HSL color Cylindrical-coordinate representation of color #EBE210: hue angle of 57.53º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EBE210 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 226 16 -
CMYK 0 0.04 0.93 0.08
HSL 57.53º 0.87% 0.49% -
HSV(B) 57.53º 0.93% 0.92% -
XYZ 61.55 72.09 11.16 -
YUV 204.75 21.48 149.58 -
System Red Green Blue C M Y K H S L
Decimal 235 226 16 0 0.04 0.93 0.08 57.53 0.87 0.49
Hex EB E2 10 0 4 5D 8 3A 57 31
Octal 353 342 20 0 4 135 10 72 127 61
Binary 11101011 11100010 10000 0 100 1011101 1000 111010 1010111 110001

Color Harmonies of #EBE210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE210

Black with #EBE210

Text Example


Text Example

White with #EBE210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE210; }

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

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

background-color css

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

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

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

border-color css

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

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

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