#EF966B

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

Shades of Atomic Tangerine #EF966B

Tints of Atomic Tangerine #EF966B

Color information

#EF966B (or 0xEF966B) is unknown color: approx Atomic Tangerine. HEX triplet: EF, 96 and 6B. RGB value is (239,150,107). Sum of RGB (Red+Green+Blue) = 239+150+107=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 107 (42.19% from 255 or 21.57% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF966B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF966B is #106994. Grayscale: #ABABAB. Windows color (decimal): -1075605 or 7050991. OLE color: 7050991.

HSL color Cylindrical-coordinate representation of color #EF966B: hue angle of 19.55º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF966B is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB239150107-
CMYK00.370.550.06
HSL19.55º80.49%67.84%-
HSV(B)19.55º55.23%93.73%-
XYZ49.1641.2219.28-
YUV171.7191.49176-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.19%
GREEN value IS 150 (58.98% from 255) = 30.24%
BLUE value IS 107 (42.19% from 255) = 21.57%
R=48.19%
G=30.24%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915010700.370.550.0619.5580.4967.84
HexEF966B025376145044
Octal35722615304567624120104
Binary1110111110010110110101101001011101111101010010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF966B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF966B; }

 p { color: rgb(239,150,107); }

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

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

 a { background-color: rgb(239,150,107); }

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

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

 span { border-color: rgb(239,150,107); }

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