Html Css Color HEX #EC9364 Atomic Tangerine

📋 copy color: '#EC9364'

red 236 ◦ green 147 ◦ blue 100

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

Shades of Atomic Tangerine #EC9364

Tints of Atomic Tangerine #EC9364

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.43%

 BLUE value IS 100 (39.45% from 255) = 20.7%

R = 48.86%
G = 30.43%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC9364 (or 0xEC9364) is known color: Atomic Tangerine. HEX triplet: EC, 93 and 64. RGB value is (236,147,100). Sum of RGB (Red+Green+Blue) = 236+147+100=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9364 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9364 is #136C9B. Grayscale: #A8A8A8. Windows color (decimal): -1272988 or 6591468. OLE color: 6591468.

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

Color convert

RGB 236 147 100 -
CMYK 0 0.38 0.58 0.07
HSL 20.74º 0.78% 0.66% -
HSV(B) 20.74º 0.58% 0.93% -
XYZ 47.33 39.62 17.21 -
YUV 168.25 89.49 176.32 -
System Red Green Blue C M Y K H S L
Decimal 236 147 100 0 0.38 0.58 0.07 20.74 0.78 0.66
Hex EC 93 64 0 26 3A 7 15 4E 42
Octal 354 223 144 0 46 72 7 25 116 102
Binary 11101100 10010011 1100100 0 100110 111010 111 10101 1001110 1000010

Color Harmonies of #EC9364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9364

Black with #EC9364

Text Example


Text Example

White with #EC9364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9364; }

 p { color: rgb(236,147,100); }

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

background-color css

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

 a { background-color: rgb(236,147,100); }

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

border-color css

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

 span { border-color: rgb(236,147,100); }

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