Html Css Color HEX #EC6001 Persimmon

📋 copy color: '#EC6001'

red 236 ◦ green 96 ◦ blue 1

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

Shades of Persimmon #EC6001

Tints of Persimmon #EC6001

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.83%

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

R = 70.87%
G = 28.83%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EC6001 (or 0xEC6001) is known color: Persimmon. HEX triplet: EC, 60 and 01. RGB value is (236,96,1). Sum of RGB (Red+Green+Blue) = 236+96+1=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6001 is #139FFE. Grayscale: #7F7F7F. Windows color (decimal): -1286143 or 90348. OLE color: 90348.

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

Color convert

RGB 236 96 1 -
CMYK 0 0.59 1.00 0.07
HSL 24.26º 0.99% 0.46% -
HSV(B) 24.26º 1% 0.93% -
XYZ 38.78 26.2 3.04 -
YUV 127.03 56.88 205.72 -
System Red Green Blue C M Y K H S L
Decimal 236 96 1 0 0.59 1.00 0.07 24.26 0.99 0.46
Hex EC 60 1 0 3B 64 7 18 63 2E
Octal 354 140 1 0 73 144 7 30 143 56
Binary 11101100 1100000 1 0 111011 1100100 111 11000 1100011 101110

Color Harmonies of #EC6001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6001

Black with #EC6001

Text Example


Text Example

White with #EC6001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6001; }

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

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

background-color css

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

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

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

border-color css

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

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

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