Html Css Color HEX #EBDF16 Lemon

📋 copy color: '#EBDF16'

red 235 ◦ green 223 ◦ blue 22

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

Shades of Lemon #EBDF16

Tints of Lemon #EBDF16

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.46%

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

R = 48.96%
G = 46.46%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBDF16 (or 0xEBDF16) is known color: Lemon. HEX triplet: EB, DF and 16. RGB value is (235,223,22). Sum of RGB (Red+Green+Blue) = 235+223+22=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 22 (8.98% from 255 or 4.58% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDF16 is #1420E9. Grayscale: #CCCCCC. Windows color (decimal): -1319146 or 1499115. OLE color: 1499115.

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

Color convert

RGB 235 223 22 -
CMYK 0 0.05 0.91 0.08
HSL 56.62º 0.84% 0.5% -
HSV(B) 56.62º 0.91% 0.92% -
XYZ 60.79 70.5 11.16 -
YUV 203.67 25.48 150.34 -
System Red Green Blue C M Y K H S L
Decimal 235 223 22 0 0.05 0.91 0.08 56.62 0.84 0.5
Hex EB DF 16 0 5 5B 8 39 54 32
Octal 353 337 26 0 5 133 10 71 124 62
Binary 11101011 11011111 10110 0 101 1011011 1000 111001 1010100 110010

Color Harmonies of #EBDF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF16

Black with #EBDF16

Text Example


Text Example

White with #EBDF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF16; }

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

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

background-color css

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

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

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

border-color css

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

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

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