#EFB405

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

Shades of Selective Yellow #EFB405

Tints of Selective Yellow #EFB405

Color information

#EFB405 (or 0xEFB405) is unknown color: approx Selective Yellow. HEX triplet: EF, B4 and 05. RGB value is (239,180,5). Sum of RGB (Red+Green+Blue) = 239+180+5=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 5 (2.34% from 255 or 1.18% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB405 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB405 is #104BFA. Grayscale: #B2B2B2. Windows color (decimal): -1068027 or 373999. OLE color: 373999.

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

Color convert

RGB2391805-
CMYK00.250.980.06
HSL44.87º95.9%47.84%-
HSV(B)44.87º97.91%93.73%-
XYZ51.95517.25-
YUV177.6930.55171.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.37%
GREEN value IS 180 (70.70% from 255) = 42.45%
BLUE value IS 5 (2.34% from 255) = 1.18%
R=56.37%
G=42.45%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.98
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239180500.250.980.0644.8795.947.84
HexEFB450196262d6030
Octal357264503114265514060
Binary111011111011010010101100111000101101011011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB405; }

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

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

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

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

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

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

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

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