#EC9467

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

Shades of Atomic Tangerine #EC9467

Tints of Atomic Tangerine #EC9467

Color information

#EC9467 (or 0xEC9467) is unknown color: approx Atomic Tangerine. HEX triplet: EC, 94 and 67. RGB value is (236,148,103). Sum of RGB (Red+Green+Blue) = 236+148+103=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 103 (40.62% from 255 or 21.15% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9467 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9467 is #136B98. Grayscale: #A9A9A9. Windows color (decimal): -1272729 or 6788332. OLE color: 6788332.

HSL color Cylindrical-coordinate representation of color #EC9467: hue angle of 20.3º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC9467 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB236148103-
CMYK00.370.560.07
HSL20.3º77.78%66.47%-
HSV(B)20.3º56.36%92.55%-
XYZ47.6339.9918.04-
YUV169.1890.65175.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.46%
GREEN value IS 148 (58.20% from 255) = 30.39%
BLUE value IS 103 (40.62% from 255) = 21.15%
R=48.46%
G=30.39%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614810300.370.560.0720.377.7866.47
HexEC9467025387144e42
Octal35422414704570724116102
Binary1110110010010100110011101001011110001111010010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9467; }

 p { color: rgb(236,148,103); }

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

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

 a { background-color: rgb(236,148,103); }

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

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

 span { border-color: rgb(236,148,103); }

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