Html Css Color HEX #EC6101 Persimmon

📋 copy color: '#EC6101'

red 236 ◦ green 97 ◦ blue 1

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

Shades of Persimmon #EC6101

Tints of Persimmon #EC6101

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.04%

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

R = 70.66%
G = 29.04%
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

#EC6101 (or 0xEC6101) is known color: Persimmon. HEX triplet: EC, 61 and 01. RGB value is (236,97,1). Sum of RGB (Red+Green+Blue) = 236+97+1=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6101 is #139EFE. Grayscale: #808080. Windows color (decimal): -1285887 or 90604. OLE color: 90604.

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

Color convert

RGB 236 97 1 -
CMYK 0 0.59 1.00 0.07
HSL 24.51º 0.99% 0.46% -
HSV(B) 24.51º 1% 0.93% -
XYZ 38.87 26.38 3.07 -
YUV 127.62 56.55 205.31 -
System Red Green Blue C M Y K H S L
Decimal 236 97 1 0 0.59 1.00 0.07 24.51 0.99 0.46
Hex EC 61 1 0 3B 64 7 19 63 2E
Octal 354 141 1 0 73 144 7 31 143 56
Binary 11101100 1100001 1 0 111011 1100100 111 11001 1100011 101110

Color Harmonies of #EC6101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6101

Black with #EC6101

Text Example


Text Example

White with #EC6101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6101; }

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

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

background-color css

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

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

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

border-color css

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

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

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