Html Css Color HEX #FFEB0A Lemon

📋 copy color: '#FFEB0A'

red 255 ◦ green 235 ◦ blue 10

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

Shades of Lemon #FFEB0A

Tints of Lemon #FFEB0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2%

R = 51%
G = 47%
B = 2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFEB0A (or 0xFFEB0A) is known color: Lemon. HEX triplet: FF, EB and 0A. RGB value is (255,235,10). Sum of RGB (Red+Green+Blue) = 255+235+10=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 235 (92.19% from 255 or 47% from 500); Blue value is 10 (4.30% from 255 or 2% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEB0A is #0014F5. Grayscale: #D8D8D8. Windows color (decimal): -5366 or 715775. OLE color: 715775.

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

Color convert

RGB 255 235 10 -
CMYK 0 0.08 0.96 0
HSL 55.1º 1% 0.52% -
HSV(B) 55.1º 0.96% 1% -
XYZ 71 80.7 12.12 -
YUV 215.33 12.13 156.3 -
System Red Green Blue C M Y K H S L
Decimal 255 235 10 0 0.08 0.96 0 55.1 1 0.52
Hex FF EB A 0 8 60 0 37 64 34
Octal 377 353 12 0 10 140 0 67 144 64
Binary 11111111 11101011 1010 0 1000 1100000 0 110111 1100100 110100

Color Harmonies of #FFEB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEB0A

Black with #FFEB0A

Text Example


Text Example

White with #FFEB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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