Html Css Color HEX #FFEB0F Lemon

📋 copy color: '#FFEB0F'

red 255 ◦ green 235 ◦ blue 15

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

Shades of Lemon #FFEB0F

Tints of Lemon #FFEB0F

RGB

 RED value IS 255 (100% from 255) = 50.5%

 GREEN value IS 235 (92.19% from 255) = 46.53%

 BLUE value IS 15 (6.25% from 255) = 2.97%

R = 50.5%
G = 46.53%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFEB0F (or 0xFFEB0F) is known color: Lemon. HEX triplet: FF, EB and 0F. RGB value is (255,235,15). Sum of RGB (Red+Green+Blue) = 255+235+15=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 235 (92.19% from 255 or 46.53% from 505); Blue value is 15 (6.25% from 255 or 2.97% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEB0F is #0014F0. Grayscale: #D8D8D8. Windows color (decimal): -5361 or 1043455. OLE color: 1043455.

HSL color Cylindrical-coordinate representation of color #FFEB0F: hue angle of 55º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFEB0F is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 255 235 15 -
CMYK 0 0.08 0.94 0
HSL 55º 1% 0.53% -
HSV(B) 55º 0.94% 1% -
XYZ 71.03 80.71 12.29 -
YUV 215.9 14.63 155.89 -
System Red Green Blue C M Y K H S L
Decimal 255 235 15 0 0.08 0.94 0 55 1 0.53
Hex FF EB F 0 8 5E 0 37 64 35
Octal 377 353 17 0 10 136 0 67 144 65
Binary 11111111 11101011 1111 0 1000 1011110 0 110111 1100100 110101

Color Harmonies of #FFEB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEB0F

Black with #FFEB0F

Text Example


Text Example

White with #FFEB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEB0F; }

 p { color: rgb(255,235,15); }

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

background-color css

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

 a { background-color: rgb(255,235,15); }

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

border-color css

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

 span { border-color: rgb(255,235,15); }

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