#EFB00B

Color #EFB00B Dark Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tangerine #EFB00B

Tints of Dark Tangerine #EFB00B

Color information

#EFB00B (or 0xEFB00B) is unknown color: approx Dark Tangerine. HEX triplet: EF, B0 and 0B. RGB value is (239,176,11). Sum of RGB (Red+Green+Blue) = 239+176+11=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 11 (4.69% from 255 or 2.58% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB00B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB00B is #104FF4. Grayscale: #B0B0B0. Windows color (decimal): -1069045 or 766191. OLE color: 766191.

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

Color convert

RGB23917611-
CMYK00.260.950.06
HSL43.42º91.2%49.02%-
HSV(B)43.42º95.4%93.73%-
XYZ51.1849.437.16-
YUV176.0334.87172.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.10%
GREEN value IS 176 (69.14% from 255) = 41.31%
BLUE value IS 11 (4.69% from 255) = 2.58%
R=56.10%
G=41.31%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.95
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391761100.260.950.0643.4291.249.02
HexEFB0B01A5F62b5b31
Octal3572601303213765313361
Binary1110111110110000101101101010111111101010111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB00B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB00B; }

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

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

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

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

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

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

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

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