Html Css Color HEX #EC6100 Persimmon

📋 copy color: '#EC6100'

red 236 ◦ green 97 ◦ blue 0

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

Shades of Persimmon #EC6100

Tints of Persimmon #EC6100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.87%
G = 29.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC6100 (or 0xEC6100) is known color: Persimmon. HEX triplet: EC, 61 and 00. RGB value is (236,97,0). Sum of RGB (Red+Green+Blue) = 236+97+0=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6100 is #139EFF. Grayscale: #808080. Windows color (decimal): -1285888 or 25068. OLE color: 25068.

HSL color Cylindrical-coordinate representation of color #EC6100: hue angle of 24.66º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC6100 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 97 0 -
CMYK 0 0.59 1 0.07
HSL 24.66º 1% 0.46% -
HSV(B) 24.66º 1% 0.93% -
XYZ 38.87 26.38 3.04 -
YUV 127.5 56.05 205.39 -
System Red Green Blue C M Y K H S L
Decimal 236 97 0 0 0.59 1 0.07 24.66 1 0.46
Hex EC 61 0 0 3B 64 7 19 64 2E
Octal 354 141 0 0 73 144 7 31 144 56
Binary 11101100 1100001 0 0 111011 1100100 111 11001 1100100 101110

Color Harmonies of #EC6100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6100

Black with #EC6100

Text Example


Text Example

White with #EC6100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6100; }

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

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

background-color css

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

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

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

border-color css

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

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

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