Html Css Color HEX #EC6211 Persimmon

📋 copy color: '#EC6211'

red 236 ◦ green 98 ◦ blue 17

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

Shades of Persimmon #EC6211

Tints of Persimmon #EC6211

RGB

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

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

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

R = 67.24%
G = 27.92%
B = 4.84%

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

#EC6211 (or 0xEC6211) is known color: Persimmon. HEX triplet: EC, 62 and 11. RGB value is (236,98,17). Sum of RGB (Red+Green+Blue) = 236+98+17=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6211 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6211 is #139DEE. Grayscale: #828282. Windows color (decimal): -1285615 or 1139436. OLE color: 1139436.

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

Color convert

RGB 236 98 17 -
CMYK 0 0.58 0.93 0.07
HSL 22.19º 0.87% 0.5% -
HSV(B) 22.19º 0.93% 0.93% -
XYZ 39.06 26.61 3.61 -
YUV 130.03 64.22 203.59 -
System Red Green Blue C M Y K H S L
Decimal 236 98 17 0 0.58 0.93 0.07 22.19 0.87 0.5
Hex EC 62 11 0 3A 5D 7 16 57 32
Octal 354 142 21 0 72 135 7 26 127 62
Binary 11101100 1100010 10001 0 111010 1011101 111 10110 1010111 110010

Color Harmonies of #EC6211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6211

Black with #EC6211

Text Example


Text Example

White with #EC6211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6211; }

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

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

background-color css

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

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

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

border-color css

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

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

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