Html Css Color HEX #FFEB0E Lemon

📋 copy color: '#FFEB0E'

red 255 ◦ green 235 ◦ blue 14

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

Shades of Lemon #FFEB0E

Tints of Lemon #FFEB0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.78%

R = 50.6%
G = 46.63%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFEB0E (or 0xFFEB0E) is known color: Lemon. HEX triplet: FF, EB and 0E. RGB value is (255,235,14). Sum of RGB (Red+Green+Blue) = 255+235+14=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 235 (92.19% from 255 or 46.63% from 504); Blue value is 14 (5.86% from 255 or 2.78% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEB0E is #0014F1. Grayscale: #D8D8D8. Windows color (decimal): -5362 or 977919. OLE color: 977919.

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

Color convert

RGB 255 235 14 -
CMYK 0 0.08 0.95 0
HSL 55.02º 1% 0.53% -
HSV(B) 55.02º 0.95% 1% -
XYZ 71.03 80.71 12.25 -
YUV 215.79 14.13 155.97 -
System Red Green Blue C M Y K H S L
Decimal 255 235 14 0 0.08 0.95 0 55.02 1 0.53
Hex FF EB E 0 8 5F 0 37 64 35
Octal 377 353 16 0 10 137 0 67 144 65
Binary 11111111 11101011 1110 0 1000 1011111 0 110111 1100100 110101

Color Harmonies of #FFEB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEB0E

Black with #FFEB0E

Text Example


Text Example

White with #FFEB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEB0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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