Html Css Color HEX #EC6312 Persimmon

📋 copy color: '#EC6312'

red 236 ◦ green 99 ◦ blue 18

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

Shades of Persimmon #EC6312

Tints of Persimmon #EC6312

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.05%

 BLUE value IS 18 (7.42% from 255) = 5.1%

R = 66.86%
G = 28.05%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC6312 (or 0xEC6312) is known color: Persimmon. HEX triplet: EC, 63 and 12. RGB value is (236,99,18). Sum of RGB (Red+Green+Blue) = 236+99+18=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6312 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6312 is #139CED. Grayscale: #838383. Windows color (decimal): -1285358 or 1205228. OLE color: 1205228.

HSL color Cylindrical-coordinate representation of color #EC6312: hue angle of 22.29º degrees, saturation: 0.86, 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 #EC6312 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 99 18 -
CMYK 0 0.58 0.92 0.07
HSL 22.29º 0.86% 0.5% -
HSV(B) 22.29º 0.92% 0.93% -
XYZ 39.16 26.8 3.68 -
YUV 130.73 64.39 203.09 -
System Red Green Blue C M Y K H S L
Decimal 236 99 18 0 0.58 0.92 0.07 22.29 0.86 0.5
Hex EC 63 12 0 3A 5C 7 16 56 32
Octal 354 143 22 0 72 134 7 26 126 62
Binary 11101100 1100011 10010 0 111010 1011100 111 10110 1010110 110010

Color Harmonies of #EC6312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6312

Black with #EC6312

Text Example


Text Example

White with #EC6312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6312; }

 p { color: rgb(236,99,18); }

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

background-color css

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

 a { background-color: rgb(236,99,18); }

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

border-color css

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

 span { border-color: rgb(236,99,18); }

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