Html Css Color HEX #FFEA0B Lemon

📋 copy color: '#FFEA0B'

red 255 ◦ green 234 ◦ blue 11

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

Shades of Lemon #FFEA0B

Tints of Lemon #FFEA0B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.8%

 BLUE value IS 11 (4.69% from 255) = 2.2%

R = 51%
G = 46.8%
B = 2.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

#FFEA0B (or 0xFFEA0B) is known color: Lemon. HEX triplet: FF, EA and 0B. RGB value is (255,234,11). Sum of RGB (Red+Green+Blue) = 255+234+11=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 11 (4.69% from 255 or 2.2% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEA0B is #0015F4. Grayscale: #D7D7D7. Windows color (decimal): -5621 or 781055. OLE color: 781055.

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

Color convert

RGB 255 234 11 -
CMYK 0 0.08 0.96 0
HSL 54.84º 1% 0.52% -
HSV(B) 54.84º 0.96% 1% -
XYZ 70.72 80.13 12.06 -
YUV 214.86 12.96 156.63 -
System Red Green Blue C M Y K H S L
Decimal 255 234 11 0 0.08 0.96 0 54.84 1 0.52
Hex FF EA B 0 8 60 0 37 64 34
Octal 377 352 13 0 10 140 0 67 144 64
Binary 11111111 11101010 1011 0 1000 1100000 0 110111 1100100 110100

Color Harmonies of #FFEA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEA0B

Black with #FFEA0B

Text Example


Text Example

White with #FFEA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEA0B; }

 p { color: rgb(255,234,11); }

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

background-color css

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

 a { background-color: rgb(255,234,11); }

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

border-color css

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

 span { border-color: rgb(255,234,11); }

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