Html Css Color HEX #EC5F11 Persimmon

📋 copy color: '#EC5F11'

red 236 ◦ green 95 ◦ blue 17

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

Shades of Persimmon #EC5F11

Tints of Persimmon #EC5F11

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.3%

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

R = 67.82%
G = 27.3%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC5F11 (or 0xEC5F11) is known color: Persimmon. HEX triplet: EC, 5F and 11. RGB value is (236,95,17). Sum of RGB (Red+Green+Blue) = 236+95+17=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 17 (7.03% from 255 or 4.89% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5F11 is #13A0EE. Grayscale: #808080. Windows color (decimal): -1286383 or 1138668. OLE color: 1138668.

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

Color convert

RGB 236 95 17 -
CMYK 0 0.60 0.93 0.07
HSL 21.37º 0.87% 0.5% -
HSV(B) 21.37º 0.93% 0.93% -
XYZ 38.79 26.06 3.52 -
YUV 128.27 65.21 204.84 -
System Red Green Blue C M Y K H S L
Decimal 236 95 17 0 0.60 0.93 0.07 21.37 0.87 0.5
Hex EC 5F 11 0 3C 5D 7 15 57 32
Octal 354 137 21 0 74 135 7 25 127 62
Binary 11101100 1011111 10001 0 111100 1011101 111 10101 1010111 110010

Color Harmonies of #EC5F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5F11

Black with #EC5F11

Text Example


Text Example

White with #EC5F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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