Html Css Color HEX #EC6311 Persimmon

📋 copy color: '#EC6311'

red 236 ◦ green 99 ◦ blue 17

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

Shades of Persimmon #EC6311

Tints of Persimmon #EC6311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.83%

R = 67.05%
G = 28.13%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC6311 (or 0xEC6311) is known color: Persimmon. HEX triplet: EC, 63 and 11. RGB value is (236,99,17). Sum of RGB (Red+Green+Blue) = 236+99+17=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6311 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6311 is #139CEE. Grayscale: #838383. Windows color (decimal): -1285359 or 1139692. OLE color: 1139692.

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

Color convert

RGB 236 99 17 -
CMYK 0 0.58 0.93 0.07
HSL 22.47º 0.87% 0.5% -
HSV(B) 22.47º 0.93% 0.93% -
XYZ 39.16 26.8 3.64 -
YUV 130.62 63.89 203.17 -
System Red Green Blue C M Y K H S L
Decimal 236 99 17 0 0.58 0.93 0.07 22.47 0.87 0.5
Hex EC 63 11 0 3A 5D 7 16 57 32
Octal 354 143 21 0 72 135 7 26 127 62
Binary 11101100 1100011 10001 0 111010 1011101 111 10110 1010111 110010

Color Harmonies of #EC6311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6311

Black with #EC6311

Text Example


Text Example

White with #EC6311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6311; }

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

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

background-color css

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

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

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

border-color css

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

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

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