Html Css Color HEX #EC9465 Atomic Tangerine

📋 copy color: '#EC9465'

red 236 ◦ green 148 ◦ blue 101

#EC9465
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atomic Tangerine #EC9465

Tints of Atomic Tangerine #EC9465

RGB

 RED value IS 236 (92.58% from 255) = 48.66%

 GREEN value IS 148 (58.2% from 255) = 30.52%

 BLUE value IS 101 (39.84% from 255) = 20.82%

R = 48.66%
G = 30.52%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC9465 (or 0xEC9465) is known color: Atomic Tangerine. HEX triplet: EC, 94 and 65. RGB value is (236,148,101). Sum of RGB (Red+Green+Blue) = 236+148+101=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9465 is #136B9A. Grayscale: #A9A9A9. Windows color (decimal): -1272731 or 6657260. OLE color: 6657260.

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

Color convert

RGB 236 148 101 -
CMYK 0 0.37 0.57 0.07
HSL 20.89º 0.78% 0.66% -
HSV(B) 20.89º 0.57% 0.93% -
XYZ 47.53 39.95 17.52 -
YUV 168.95 89.65 175.82 -
System Red Green Blue C M Y K H S L
Decimal 236 148 101 0 0.37 0.57 0.07 20.89 0.78 0.66
Hex EC 94 65 0 25 39 7 15 4E 42
Octal 354 224 145 0 45 71 7 25 116 102
Binary 11101100 10010100 1100101 0 100101 111001 111 10101 1001110 1000010

Color Harmonies of #EC9465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9465

Black with #EC9465

Text Example


Text Example

White with #EC9465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9465; }

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

 H1.HeaderClassName
 {
   color: #EC9465;
 }
 .AnyTagClassName
 {
   color: #EC9465;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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