#EFB505

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

Shades of Selective Yellow #EFB505

Tints of Selective Yellow #EFB505

Color information

#EFB505 (or 0xEFB505) is unknown color: approx Selective Yellow. HEX triplet: EF, B5 and 05. RGB value is (239,181,5). Sum of RGB (Red+Green+Blue) = 239+181+5=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 5 (2.34% from 255 or 1.18% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB505 is #104AFA. Grayscale: #B3B3B3. Windows color (decimal): -1067771 or 374255. OLE color: 374255.

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

Color convert

RGB2391815-
CMYK00.240.980.06
HSL45.13º95.9%47.84%-
HSV(B)45.13º97.91%93.73%-
XYZ52.1551.417.32-
YUV178.2830.22171.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.24%
GREEN value IS 181 (71.09% from 255) = 42.59%
BLUE value IS 5 (2.34% from 255) = 1.18%
R=56.24%
G=42.59%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.98
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239181500.240.980.0645.1395.947.84
HexEFB550186262d6030
Octal357265503014265514060
Binary111011111011010110101100011000101101011011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB505; }

 p { color: rgb(239,181,5); }

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

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

 a { background-color: rgb(239,181,5); }

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

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

 span { border-color: rgb(239,181,5); }

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