Html Css Color HEX #EC6413 Persimmon

📋 copy color: '#EC6413'

red 236 ◦ green 100 ◦ blue 19

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

Shades of Persimmon #EC6413

Tints of Persimmon #EC6413

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.17%

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

R = 66.48%
G = 28.17%
B = 5.35%

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

#EC6413 (or 0xEC6413) is known color: Persimmon. HEX triplet: EC, 64 and 13. RGB value is (236,100,19). Sum of RGB (Red+Green+Blue) = 236+100+19=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6413 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6413 is #139BEC. Grayscale: #838383. Windows color (decimal): -1285101 or 1271020. OLE color: 1271020.

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

Color convert

RGB 236 100 19 -
CMYK 0 0.58 0.92 0.07
HSL 22.4º 0.85% 0.5% -
HSV(B) 22.4º 0.92% 0.93% -
XYZ 39.27 26.99 3.76 -
YUV 131.43 64.56 202.59 -
System Red Green Blue C M Y K H S L
Decimal 236 100 19 0 0.58 0.92 0.07 22.4 0.85 0.5
Hex EC 64 13 0 3A 5C 7 16 55 32
Octal 354 144 23 0 72 134 7 26 125 62
Binary 11101100 1100100 10011 0 111010 1011100 111 10110 1010101 110010

Color Harmonies of #EC6413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6413

Black with #EC6413

Text Example


Text Example

White with #EC6413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6413; }

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

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

background-color css

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

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

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

border-color css

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

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

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