Html Css Color HEX #EC5F10 Persimmon

📋 copy color: '#EC5F10'

red 236 ◦ green 95 ◦ blue 16

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

Shades of Persimmon #EC5F10

Tints of Persimmon #EC5F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.61%

R = 68.01%
G = 27.38%
B = 4.61%

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

#EC5F10 (or 0xEC5F10) is known color: Persimmon. HEX triplet: EC, 5F and 10. RGB value is (236,95,16). Sum of RGB (Red+Green+Blue) = 236+95+16=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5F10 is #13A0EF. Grayscale: #808080. Windows color (decimal): -1286384 or 1073132. OLE color: 1073132.

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

Color convert

RGB 236 95 16 -
CMYK 0 0.60 0.93 0.07
HSL 21.55º 0.87% 0.49% -
HSV(B) 21.55º 0.93% 0.93% -
XYZ 38.78 26.05 3.48 -
YUV 128.15 64.71 204.92 -
System Red Green Blue C M Y K H S L
Decimal 236 95 16 0 0.60 0.93 0.07 21.55 0.87 0.49
Hex EC 5F 10 0 3C 5D 7 16 57 31
Octal 354 137 20 0 74 135 7 26 127 61
Binary 11101100 1011111 10000 0 111100 1011101 111 10110 1010111 110001

Color Harmonies of #EC5F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5F10

Black with #EC5F10

Text Example


Text Example

White with #EC5F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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