Html Css Color HEX #EC5F01 Persimmon

📋 copy color: '#EC5F01'

red 236 ◦ green 95 ◦ blue 1

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

Shades of Persimmon #EC5F01

Tints of Persimmon #EC5F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 71.08%
G = 28.61%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EC5F01 (or 0xEC5F01) is known color: Persimmon. HEX triplet: EC, 5F and 01. RGB value is (236,95,1). Sum of RGB (Red+Green+Blue) = 236+95+1=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5F01 is #13A0FE. Grayscale: #7E7E7E. Windows color (decimal): -1286399 or 90092. OLE color: 90092.

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

Color convert

RGB 236 95 1 -
CMYK 0 0.60 1.00 0.07
HSL 24º 0.99% 0.46% -
HSV(B) 24º 1% 0.93% -
XYZ 38.69 26.02 3.01 -
YUV 126.44 57.21 206.14 -
System Red Green Blue C M Y K H S L
Decimal 236 95 1 0 0.60 1.00 0.07 24 0.99 0.46
Hex EC 5F 1 0 3C 64 7 18 63 2E
Octal 354 137 1 0 74 144 7 30 143 56
Binary 11101100 1011111 1 0 111100 1100100 111 11000 1100011 101110

Color Harmonies of #EC5F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5F01

Black with #EC5F01

Text Example


Text Example

White with #EC5F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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