Html Css Color HEX #EC6213 Persimmon

📋 copy color: '#EC6213'

red 236 ◦ green 98 ◦ blue 19

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

Shades of Persimmon #EC6213

Tints of Persimmon #EC6213

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.76%

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

R = 66.86%
G = 27.76%
B = 5.38%

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

#EC6213 (or 0xEC6213) is known color: Persimmon. HEX triplet: EC, 62 and 13. RGB value is (236,98,19). Sum of RGB (Red+Green+Blue) = 236+98+19=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6213 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6213 is #139DEC. Grayscale: #828282. Windows color (decimal): -1285613 or 1270508. OLE color: 1270508.

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

Color convert

RGB 236 98 19 -
CMYK 0 0.58 0.92 0.07
HSL 21.84º 0.85% 0.5% -
HSV(B) 21.84º 0.92% 0.93% -
XYZ 39.08 26.62 3.69 -
YUV 130.26 65.22 203.42 -
System Red Green Blue C M Y K H S L
Decimal 236 98 19 0 0.58 0.92 0.07 21.84 0.85 0.5
Hex EC 62 13 0 3A 5C 7 16 55 32
Octal 354 142 23 0 72 134 7 26 125 62
Binary 11101100 1100010 10011 0 111010 1011100 111 10110 1010101 110010

Color Harmonies of #EC6213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6213

Black with #EC6213

Text Example


Text Example

White with #EC6213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6213; }

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

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

background-color css

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

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

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

border-color css

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

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

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