Html Css Color HEX #EC610E Persimmon

📋 copy color: '#EC610E'

red 236 ◦ green 97 ◦ blue 14

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

Shades of Persimmon #EC610E

Tints of Persimmon #EC610E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.03%

R = 68.01%
G = 27.95%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC610E (or 0xEC610E) is known color: Persimmon. HEX triplet: EC, 61 and 0E. RGB value is (236,97,14). Sum of RGB (Red+Green+Blue) = 236+97+14=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC610E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC610E is #139EF1. Grayscale: #818181. Windows color (decimal): -1285874 or 942572. OLE color: 942572.

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

Color convert

RGB 236 97 14 -
CMYK 0 0.59 0.94 0.07
HSL 22.43º 0.89% 0.49% -
HSV(B) 22.43º 0.94% 0.93% -
XYZ 38.95 26.41 3.46 -
YUV 129.1 63.05 204.25 -
System Red Green Blue C M Y K H S L
Decimal 236 97 14 0 0.59 0.94 0.07 22.43 0.89 0.49
Hex EC 61 E 0 3B 5E 7 16 59 31
Octal 354 141 16 0 73 136 7 26 131 61
Binary 11101100 1100001 1110 0 111011 1011110 111 10110 1011001 110001

Color Harmonies of #EC610E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC610E

Black with #EC610E

Text Example


Text Example

White with #EC610E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC610E; }

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

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

background-color css

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

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

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

border-color css

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

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

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