Html Css Color HEX #EC9565 Atomic Tangerine

📋 copy color: '#EC9565'

red 236 ◦ green 149 ◦ blue 101

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

Shades of Atomic Tangerine #EC9565

Tints of Atomic Tangerine #EC9565

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.66%

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

R = 48.56%
G = 30.66%
B = 20.78%

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

#EC9565 (or 0xEC9565) is known color: Atomic Tangerine. HEX triplet: EC, 95 and 65. RGB value is (236,149,101). Sum of RGB (Red+Green+Blue) = 236+149+101=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9565 is #136A9A. Grayscale: #A9A9A9. Windows color (decimal): -1272475 or 6657516. OLE color: 6657516.

HSL color Cylindrical-coordinate representation of color #EC9565: hue angle of 21.33º 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 #EC9565 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 149 101 -
CMYK 0 0.37 0.57 0.07
HSL 21.33º 0.78% 0.66% -
HSV(B) 21.33º 0.57% 0.93% -
XYZ 47.69 40.27 17.57 -
YUV 169.54 89.32 175.4 -
System Red Green Blue C M Y K H S L
Decimal 236 149 101 0 0.37 0.57 0.07 21.33 0.78 0.66
Hex EC 95 65 0 25 39 7 15 4E 42
Octal 354 225 145 0 45 71 7 25 116 102
Binary 11101100 10010101 1100101 0 100101 111001 111 10101 1001110 1000010

Color Harmonies of #EC9565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9565

Black with #EC9565

Text Example


Text Example

White with #EC9565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9565; }

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

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

background-color css

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

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

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

border-color css

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

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

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