Html Css Color HEX #EC6313 Persimmon

📋 copy color: '#EC6313'

red 236 ◦ green 99 ◦ blue 19

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

Shades of Persimmon #EC6313

Tints of Persimmon #EC6313

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.97%

 BLUE value IS 19 (7.81% from 255) = 5.37%

R = 66.67%
G = 27.97%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC6313 (or 0xEC6313) is known color: Persimmon. HEX triplet: EC, 63 and 13. RGB value is (236,99,19). Sum of RGB (Red+Green+Blue) = 236+99+19=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6313 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6313 is #139CEC. Grayscale: #838383. Windows color (decimal): -1285357 or 1270764. OLE color: 1270764.

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

Color convert

RGB 236 99 19 -
CMYK 0 0.58 0.92 0.07
HSL 22.12º 0.85% 0.5% -
HSV(B) 22.12º 0.92% 0.93% -
XYZ 39.17 26.8 3.73 -
YUV 130.84 64.89 203 -
System Red Green Blue C M Y K H S L
Decimal 236 99 19 0 0.58 0.92 0.07 22.12 0.85 0.5
Hex EC 63 13 0 3A 5C 7 16 55 32
Octal 354 143 23 0 72 134 7 26 125 62
Binary 11101100 1100011 10011 0 111010 1011100 111 10110 1010101 110010

Color Harmonies of #EC6313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6313

Black with #EC6313

Text Example


Text Example

White with #EC6313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6313; }

 p { color: rgb(236,99,19); }

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

background-color css

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

 a { background-color: rgb(236,99,19); }

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

border-color css

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

 span { border-color: rgb(236,99,19); }

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