Html Css Color HEX #EC6015 Persimmon

📋 copy color: '#EC6015'

red 236 ◦ green 96 ◦ blue 21

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

Shades of Persimmon #EC6015

Tints of Persimmon #EC6015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.2%

 BLUE value IS 21 (8.59% from 255) = 5.95%

R = 66.86%
G = 27.2%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC6015 (or 0xEC6015) is known color: Persimmon. HEX triplet: EC, 60 and 15. RGB value is (236,96,21). Sum of RGB (Red+Green+Blue) = 236+96+21=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6015 is #139FEA. Grayscale: #818181. Windows color (decimal): -1286123 or 1401068. OLE color: 1401068.

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

Color convert

RGB 236 96 21 -
CMYK 0 0.59 0.91 0.07
HSL 20.93º 0.85% 0.5% -
HSV(B) 20.93º 0.91% 0.93% -
XYZ 38.91 26.25 3.73 -
YUV 129.31 66.88 204.1 -
System Red Green Blue C M Y K H S L
Decimal 236 96 21 0 0.59 0.91 0.07 20.93 0.85 0.5
Hex EC 60 15 0 3B 5B 7 15 55 32
Octal 354 140 25 0 73 133 7 25 125 62
Binary 11101100 1100000 10101 0 111011 1011011 111 10101 1010101 110010

Color Harmonies of #EC6015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6015

Black with #EC6015

Text Example


Text Example

White with #EC6015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6015; }

 p { color: rgb(236,96,21); }

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

background-color css

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

 a { background-color: rgb(236,96,21); }

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

border-color css

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

 span { border-color: rgb(236,96,21); }

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