Html Css Color HEX #EBE716 Lemon

📋 copy color: '#EBE716'

red 235 ◦ green 231 ◦ blue 22

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

Shades of Lemon #EBE716

Tints of Lemon #EBE716

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.34%

 BLUE value IS 22 (8.98% from 255) = 4.51%

R = 48.16%
G = 47.34%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBE716 (or 0xEBE716) is known color: Lemon. HEX triplet: EB, E7 and 16. RGB value is (235,231,22). Sum of RGB (Red+Green+Blue) = 235+231+22=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 22 (8.98% from 255 or 4.51% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE716 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBE716 is #1418E9. Grayscale: #D1D1D1. Windows color (decimal): -1317098 or 1501163. OLE color: 1501163.

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

Color convert

RGB 235 231 22 -
CMYK 0 0.02 0.91 0.08
HSL 58.87º 0.84% 0.5% -
HSV(B) 58.87º 0.91% 0.92% -
XYZ 62.98 74.87 11.89 -
YUV 208.37 22.83 146.99 -
System Red Green Blue C M Y K H S L
Decimal 235 231 22 0 0.02 0.91 0.08 58.87 0.84 0.5
Hex EB E7 16 0 2 5B 8 3B 54 32
Octal 353 347 26 0 2 133 10 73 124 62
Binary 11101011 11100111 10110 0 10 1011011 1000 111011 1010100 110010

Color Harmonies of #EBE716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE716

Black with #EBE716

Text Example


Text Example

White with #EBE716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE716; }

 p { color: rgb(235,231,22); }

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

background-color css

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

 a { background-color: rgb(235,231,22); }

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

border-color css

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

 span { border-color: rgb(235,231,22); }

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