Html Css Color HEX #EC6401 Persimmon

📋 copy color: '#EC6401'

red 236 ◦ green 100 ◦ blue 1

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

Shades of Persimmon #EC6401

Tints of Persimmon #EC6401

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.67%

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

R = 70.03%
G = 29.67%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EC6401 (or 0xEC6401) is known color: Persimmon. HEX triplet: EC, 64 and 01. RGB value is (236,100,1). Sum of RGB (Red+Green+Blue) = 236+100+1=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6401 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6401 is #139BFE. Grayscale: #818181. Windows color (decimal): -1285119 or 91372. OLE color: 91372.

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

Color convert

RGB 236 100 1 -
CMYK 0 0.58 1.00 0.07
HSL 25.28º 0.99% 0.46% -
HSV(B) 25.28º 1% 0.93% -
XYZ 39.15 26.95 3.17 -
YUV 129.38 55.56 204.05 -
System Red Green Blue C M Y K H S L
Decimal 236 100 1 0 0.58 1.00 0.07 25.28 0.99 0.46
Hex EC 64 1 0 3A 64 7 19 63 2E
Octal 354 144 1 0 72 144 7 31 143 56
Binary 11101100 1100100 1 0 111010 1100100 111 11001 1100011 101110

Color Harmonies of #EC6401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6401

Black with #EC6401

Text Example


Text Example

White with #EC6401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6401; }

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

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

background-color css

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

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

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

border-color css

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

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

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