Html Css Color HEX #EC600D Persimmon

📋 copy color: '#EC600D'

red 236 ◦ green 96 ◦ blue 13

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

Shades of Persimmon #EC600D

Tints of Persimmon #EC600D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.77%

R = 68.41%
G = 27.83%
B = 3.77%

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

#EC600D (or 0xEC600D) is known color: Persimmon. HEX triplet: EC, 60 and 0D. RGB value is (236,96,13). Sum of RGB (Red+Green+Blue) = 236+96+13=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC600D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC600D is #139FF2. Grayscale: #808080. Windows color (decimal): -1286131 or 876780. OLE color: 876780.

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

Color convert

RGB 236 96 13 -
CMYK 0 0.59 0.94 0.07
HSL 22.33º 0.9% 0.49% -
HSV(B) 22.33º 0.94% 0.93% -
XYZ 38.85 26.23 3.4 -
YUV 128.4 62.88 204.75 -
System Red Green Blue C M Y K H S L
Decimal 236 96 13 0 0.59 0.94 0.07 22.33 0.9 0.49
Hex EC 60 D 0 3B 5E 7 16 5A 31
Octal 354 140 15 0 73 136 7 26 132 61
Binary 11101100 1100000 1101 0 111011 1011110 111 10110 1011010 110001

Color Harmonies of #EC600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC600D

Black with #EC600D

Text Example


Text Example

White with #EC600D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC600D; }

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

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

background-color css

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

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

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

border-color css

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

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

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