Html Css Color HEX #EC6014 Persimmon

📋 copy color: '#EC6014'

red 236 ◦ green 96 ◦ blue 20

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

Shades of Persimmon #EC6014

Tints of Persimmon #EC6014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.68%

R = 67.05%
G = 27.27%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC6014 (or 0xEC6014) is known color: Persimmon. HEX triplet: EC, 60 and 14. RGB value is (236,96,20). Sum of RGB (Red+Green+Blue) = 236+96+20=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6014 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6014 is #139FEB. Grayscale: #818181. Windows color (decimal): -1286124 or 1335532. OLE color: 1335532.

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

Color convert

RGB 236 96 20 -
CMYK 0 0.59 0.92 0.07
HSL 21.11º 0.85% 0.5% -
HSV(B) 21.11º 0.92% 0.93% -
XYZ 38.9 26.25 3.68 -
YUV 129.2 66.38 204.18 -
System Red Green Blue C M Y K H S L
Decimal 236 96 20 0 0.59 0.92 0.07 21.11 0.85 0.5
Hex EC 60 14 0 3B 5C 7 15 55 32
Octal 354 140 24 0 73 134 7 25 125 62
Binary 11101100 1100000 10100 0 111011 1011100 111 10101 1010101 110010

Color Harmonies of #EC6014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6014

Black with #EC6014

Text Example


Text Example

White with #EC6014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6014; }

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

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

background-color css

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

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

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

border-color css

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

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

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