Html Css Color HEX #EC6415 Persimmon

📋 copy color: '#EC6415'

red 236 ◦ green 100 ◦ blue 21

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

Shades of Persimmon #EC6415

Tints of Persimmon #EC6415

RGB

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

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

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

R = 66.11%
G = 28.01%
B = 5.88%

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

#EC6415 (or 0xEC6415) is known color: Persimmon. HEX triplet: EC, 64 and 15. RGB value is (236,100,21). Sum of RGB (Red+Green+Blue) = 236+100+21=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6415 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6415 is #139BEA. Grayscale: #848484. Windows color (decimal): -1285099 or 1402092. OLE color: 1402092.

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

Color convert

RGB 236 100 21 -
CMYK 0 0.58 0.91 0.07
HSL 22.05º 0.85% 0.5% -
HSV(B) 22.05º 0.91% 0.93% -
XYZ 39.28 27 3.85 -
YUV 131.66 65.56 202.42 -
System Red Green Blue C M Y K H S L
Decimal 236 100 21 0 0.58 0.91 0.07 22.05 0.85 0.5
Hex EC 64 15 0 3A 5B 7 16 55 32
Octal 354 144 25 0 72 133 7 26 125 62
Binary 11101100 1100100 10101 0 111010 1011011 111 10110 1010101 110010

Color Harmonies of #EC6415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6415

Black with #EC6415

Text Example


Text Example

White with #EC6415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6415; }

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

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

background-color css

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

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

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

border-color css

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

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

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