Html Css Color HEX #EC5F08 Persimmon

📋 copy color: '#EC5F08'

red 236 ◦ green 95 ◦ blue 8

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

Shades of Persimmon #EC5F08

Tints of Persimmon #EC5F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.36%

R = 69.62%
G = 28.02%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC5F08 (or 0xEC5F08) is known color: Persimmon. HEX triplet: EC, 5F and 08. RGB value is (236,95,8). Sum of RGB (Red+Green+Blue) = 236+95+8=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 8 (3.52% from 255 or 2.36% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5F08 is #13A0F7. Grayscale: #7F7F7F. Windows color (decimal): -1286392 or 548844. OLE color: 548844.

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

Color convert

RGB 236 95 8 -
CMYK 0 0.60 0.97 0.07
HSL 22.89º 0.93% 0.48% -
HSV(B) 22.89º 0.97% 0.93% -
XYZ 38.73 26.03 3.21 -
YUV 127.24 60.71 205.57 -
System Red Green Blue C M Y K H S L
Decimal 236 95 8 0 0.60 0.97 0.07 22.89 0.93 0.48
Hex EC 5F 8 0 3C 61 7 17 5D 30
Octal 354 137 10 0 74 141 7 27 135 60
Binary 11101100 1011111 1000 0 111100 1100001 111 10111 1011101 110000

Color Harmonies of #EC5F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5F08

Black with #EC5F08

Text Example


Text Example

White with #EC5F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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