Html Css Color HEX #EC6215 Persimmon

📋 copy color: '#EC6215'

red 236 ◦ green 98 ◦ blue 21

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

Shades of Persimmon #EC6215

Tints of Persimmon #EC6215

RGB

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

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

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

R = 66.48%
G = 27.61%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC6215 (or 0xEC6215) is known color: Persimmon. HEX triplet: EC, 62 and 15. RGB value is (236,98,21). Sum of RGB (Red+Green+Blue) = 236+98+21=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6215 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6215 is #139DEA. Grayscale: #828282. Windows color (decimal): -1285611 or 1401580. OLE color: 1401580.

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

Color convert

RGB 236 98 21 -
CMYK 0 0.58 0.91 0.07
HSL 21.49º 0.85% 0.5% -
HSV(B) 21.49º 0.91% 0.93% -
XYZ 39.1 26.62 3.79 -
YUV 130.48 66.22 203.26 -
System Red Green Blue C M Y K H S L
Decimal 236 98 21 0 0.58 0.91 0.07 21.49 0.85 0.5
Hex EC 62 15 0 3A 5B 7 15 55 32
Octal 354 142 25 0 72 133 7 25 125 62
Binary 11101100 1100010 10101 0 111010 1011011 111 10101 1010101 110010

Color Harmonies of #EC6215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6215

Black with #EC6215

Text Example


Text Example

White with #EC6215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6215; }

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

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

background-color css

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

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

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

border-color css

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

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

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