Html Css Color HEX #EC6301 Persimmon

📋 copy color: '#EC6301'

red 236 ◦ green 99 ◦ blue 1

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

Shades of Persimmon #EC6301

Tints of Persimmon #EC6301

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.46%

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

R = 70.24%
G = 29.46%
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

#EC6301 (or 0xEC6301) is known color: Persimmon. HEX triplet: EC, 63 and 01. RGB value is (236,99,1). Sum of RGB (Red+Green+Blue) = 236+99+1=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6301 is #139CFE. Grayscale: #818181. Windows color (decimal): -1285375 or 91116. OLE color: 91116.

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

Color convert

RGB 236 99 1 -
CMYK 0 0.58 1.00 0.07
HSL 25.02º 0.99% 0.46% -
HSV(B) 25.02º 1% 0.93% -
XYZ 39.06 26.76 3.14 -
YUV 128.79 55.89 204.47 -
System Red Green Blue C M Y K H S L
Decimal 236 99 1 0 0.58 1.00 0.07 25.02 0.99 0.46
Hex EC 63 1 0 3A 64 7 19 63 2E
Octal 354 143 1 0 72 144 7 31 143 56
Binary 11101100 1100011 1 0 111010 1100100 111 11001 1100011 101110

Color Harmonies of #EC6301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6301

Black with #EC6301

Text Example


Text Example

White with #EC6301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6301; }

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

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

background-color css

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

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

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

border-color css

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

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

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