Html Css Color HEX #FFEF0B Lemon

📋 copy color: '#FFEF0B'

red 255 ◦ green 239 ◦ blue 11

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

Shades of Lemon #FFEF0B

Tints of Lemon #FFEF0B

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.33%

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

R = 50.5%
G = 47.33%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFEF0B (or 0xFFEF0B) is known color: Lemon. HEX triplet: FF, EF and 0B. RGB value is (255,239,11). Sum of RGB (Red+Green+Blue) = 255+239+11=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 11 (4.69% from 255 or 2.18% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEF0B is #0010F4. Grayscale: #DADADA. Windows color (decimal): -4341 or 782335. OLE color: 782335.

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

Color convert

RGB 255 239 11 -
CMYK 0 0.06 0.96 0
HSL 56.07º 1% 0.52% -
HSV(B) 56.07º 0.96% 1% -
XYZ 72.17 83.02 12.54 -
YUV 217.79 11.3 154.54 -
System Red Green Blue C M Y K H S L
Decimal 255 239 11 0 0.06 0.96 0 56.07 1 0.52
Hex FF EF B 0 6 60 0 38 64 34
Octal 377 357 13 0 6 140 0 70 144 64
Binary 11111111 11101111 1011 0 110 1100000 0 111000 1100100 110100

Color Harmonies of #FFEF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEF0B

Black with #FFEF0B

Text Example


Text Example

White with #FFEF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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