#EFB107

Color #EFB107 Selective Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Selective Yellow #EFB107

Tints of Selective Yellow #EFB107

Color information

#EFB107 (or 0xEFB107) is unknown color: approx Selective Yellow. HEX triplet: EF, B1 and 07. RGB value is (239,177,7). Sum of RGB (Red+Green+Blue) = 239+177+7=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 7 (3.12% from 255 or 1.65% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB107 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB107 is #104EF8. Grayscale: #B0B0B0. Windows color (decimal): -1068793 or 504303. OLE color: 504303.

HSL color Cylindrical-coordinate representation of color #EFB107: hue angle of 43.97º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFB107 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB2391777-
CMYK00.260.970.06
HSL43.97º94.31%48.24%-
HSV(B)43.97º97.07%93.73%-
XYZ51.3649.817.11-
YUV176.1632.54172.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.50%
GREEN value IS 177 (69.53% from 255) = 41.84%
BLUE value IS 7 (3.12% from 255) = 1.65%
R=56.50%
G=41.84%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.97
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239177700.260.970.0643.9794.3148.24
HexEFB1701A6162c5e30
Octal357261703214165413660
Binary111011111011000111101101011000011101011001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB107; }

 p { color: rgb(239,177,7); }

 H1.HeaderClassName
 {
   color: #EFB107;
 }
 .AnyTagClassName
 {
   color: #EFB107;
 }
</style>
background-color css

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

 a { background-color: rgb(239,177,7); }

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

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

 span { border-color: rgb(239,177,7); }

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