Html Css Color HEX #EC5416 Persimmon

📋 copy color: '#EC5416'

red 236 ◦ green 84 ◦ blue 22

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

Shades of Persimmon #EC5416

Tints of Persimmon #EC5416

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.56%

 BLUE value IS 22 (8.98% from 255) = 6.43%

R = 69.01%
G = 24.56%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC5416 (or 0xEC5416) is known color: Persimmon. HEX triplet: EC, 54 and 16. RGB value is (236,84,22). Sum of RGB (Red+Green+Blue) = 236+84+22=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5416 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5416 is #13ABE9. Grayscale: #7A7A7A. Windows color (decimal): -1289194 or 1463532. OLE color: 1463532.

HSL color Cylindrical-coordinate representation of color #EC5416: hue angle of 17.38º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC5416 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 84 22 -
CMYK 0 0.64 0.91 0.07
HSL 17.38º 0.85% 0.51% -
HSV(B) 17.38º 0.91% 0.93% -
XYZ 37.91 24.23 3.44 -
YUV 122.38 71.36 209.04 -
System Red Green Blue C M Y K H S L
Decimal 236 84 22 0 0.64 0.91 0.07 17.38 0.85 0.51
Hex EC 54 16 0 40 5B 7 11 55 33
Octal 354 124 26 0 100 133 7 21 125 63
Binary 11101100 1010100 10110 0 1000000 1011011 111 10001 1010101 110011

Color Harmonies of #EC5416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5416

Black with #EC5416

Text Example


Text Example

White with #EC5416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5416; }

 p { color: rgb(236,84,22); }

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

background-color css

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

 a { background-color: rgb(236,84,22); }

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

border-color css

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

 span { border-color: rgb(236,84,22); }

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