Html Css Color HEX #EC5E01 Persimmon

📋 copy color: '#EC5E01'

red 236 ◦ green 94 ◦ blue 1

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

Shades of Persimmon #EC5E01

Tints of Persimmon #EC5E01

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.4%

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

R = 71.3%
G = 28.4%
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

#EC5E01 (or 0xEC5E01) is known color: Persimmon. HEX triplet: EC, 5E and 01. RGB value is (236,94,1). Sum of RGB (Red+Green+Blue) = 236+94+1=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5E01 is #13A1FE. Grayscale: #7E7E7E. Windows color (decimal): -1286655 or 89836. OLE color: 89836.

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

Color convert

RGB 236 94 1 -
CMYK 0 0.60 1.00 0.07
HSL 23.74º 0.99% 0.46% -
HSV(B) 23.74º 1% 0.93% -
XYZ 38.6 25.84 2.98 -
YUV 125.86 57.54 206.56 -
System Red Green Blue C M Y K H S L
Decimal 236 94 1 0 0.60 1.00 0.07 23.74 0.99 0.46
Hex EC 5E 1 0 3C 64 7 18 63 2E
Octal 354 136 1 0 74 144 7 30 143 56
Binary 11101100 1011110 1 0 111100 1100100 111 11000 1100011 101110

Color Harmonies of #EC5E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5E01

Black with #EC5E01

Text Example


Text Example

White with #EC5E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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