Html Css Color HEX #EC4811 Persimmon

📋 copy color: '#EC4811'

red 236 ◦ green 72 ◦ blue 17

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

Shades of Persimmon #EC4811

Tints of Persimmon #EC4811

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.15%

 BLUE value IS 17 (7.03% from 255) = 5.23%

R = 72.62%
G = 22.15%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC4811 (or 0xEC4811) is known color: Persimmon. HEX triplet: EC, 48 and 11. RGB value is (236,72,17). Sum of RGB (Red+Green+Blue) = 236+72+17=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4811 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4811 is #13B7EE. Grayscale: #737373. Windows color (decimal): -1292271 or 1132780. OLE color: 1132780.

HSL color Cylindrical-coordinate representation of color #EC4811: hue angle of 15.07º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC4811 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 72 17 -
CMYK 0 0.69 0.93 0.07
HSL 15.07º 0.87% 0.5% -
HSV(B) 15.07º 0.93% 0.93% -
XYZ 37.01 22.51 2.92 -
YUV 114.77 72.83 214.47 -
System Red Green Blue C M Y K H S L
Decimal 236 72 17 0 0.69 0.93 0.07 15.07 0.87 0.5
Hex EC 48 11 0 45 5D 7 F 57 32
Octal 354 110 21 0 105 135 7 17 127 62
Binary 11101100 1001000 10001 0 1000101 1011101 111 1111 1010111 110010

Color Harmonies of #EC4811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4811

Black with #EC4811

Text Example


Text Example

White with #EC4811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4811; }

 p { color: rgb(236,72,17); }

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

background-color css

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

 a { background-color: rgb(236,72,17); }

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

border-color css

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

 span { border-color: rgb(236,72,17); }

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