Html Css Color HEX #EC600E Persimmon

📋 copy color: '#EC600E'

red 236 ◦ green 96 ◦ blue 14

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

Shades of Persimmon #EC600E

Tints of Persimmon #EC600E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.75%

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

R = 68.21%
G = 27.75%
B = 4.05%

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

#EC600E (or 0xEC600E) is known color: Persimmon. HEX triplet: EC, 60 and 0E. RGB value is (236,96,14). Sum of RGB (Red+Green+Blue) = 236+96+14=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC600E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC600E is #139FF1. Grayscale: #808080. Windows color (decimal): -1286130 or 942316. OLE color: 942316.

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

Color convert

RGB 236 96 14 -
CMYK 0 0.59 0.94 0.07
HSL 22.16º 0.89% 0.49% -
HSV(B) 22.16º 0.94% 0.93% -
XYZ 38.85 26.23 3.43 -
YUV 128.51 63.38 204.67 -
System Red Green Blue C M Y K H S L
Decimal 236 96 14 0 0.59 0.94 0.07 22.16 0.89 0.49
Hex EC 60 E 0 3B 5E 7 16 59 31
Octal 354 140 16 0 73 136 7 26 131 61
Binary 11101100 1100000 1110 0 111011 1011110 111 10110 1011001 110001

Color Harmonies of #EC600E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC600E

Black with #EC600E

Text Example


Text Example

White with #EC600E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC600E; }

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

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

background-color css

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

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

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

border-color css

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

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

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