Html Css Color HEX #EC6315 Persimmon

📋 copy color: '#EC6315'

red 236 ◦ green 99 ◦ blue 21

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

Shades of Persimmon #EC6315

Tints of Persimmon #EC6315

RGB

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

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

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

R = 66.29%
G = 27.81%
B = 5.9%

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

#EC6315 (or 0xEC6315) is known color: Persimmon. HEX triplet: EC, 63 and 15. RGB value is (236,99,21). Sum of RGB (Red+Green+Blue) = 236+99+21=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6315 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6315 is #139CEA. Grayscale: #838383. Windows color (decimal): -1285355 or 1401836. OLE color: 1401836.

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

Color convert

RGB 236 99 21 -
CMYK 0 0.58 0.91 0.07
HSL 21.77º 0.85% 0.5% -
HSV(B) 21.77º 0.91% 0.93% -
XYZ 39.19 26.81 3.82 -
YUV 131.07 65.89 202.84 -
System Red Green Blue C M Y K H S L
Decimal 236 99 21 0 0.58 0.91 0.07 21.77 0.85 0.5
Hex EC 63 15 0 3A 5B 7 16 55 32
Octal 354 143 25 0 72 133 7 26 125 62
Binary 11101100 1100011 10101 0 111010 1011011 111 10110 1010101 110010

Color Harmonies of #EC6315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6315

Black with #EC6315

Text Example


Text Example

White with #EC6315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6315; }

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

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

background-color css

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

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

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

border-color css

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

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

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