Html Css Color HEX #EC6412 Persimmon

📋 copy color: '#EC6412'

red 236 ◦ green 100 ◦ blue 18

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

Shades of Persimmon #EC6412

Tints of Persimmon #EC6412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.25%

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

R = 66.67%
G = 28.25%
B = 5.08%

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

#EC6412 (or 0xEC6412) is known color: Persimmon. HEX triplet: EC, 64 and 12. RGB value is (236,100,18). Sum of RGB (Red+Green+Blue) = 236+100+18=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6412 is #139BED. Grayscale: #838383. Windows color (decimal): -1285102 or 1205484. OLE color: 1205484.

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

Color convert

RGB 236 100 18 -
CMYK 0 0.58 0.92 0.07
HSL 22.57º 0.86% 0.5% -
HSV(B) 22.57º 0.92% 0.93% -
XYZ 39.26 26.99 3.71 -
YUV 131.32 64.06 202.67 -
System Red Green Blue C M Y K H S L
Decimal 236 100 18 0 0.58 0.92 0.07 22.57 0.86 0.5
Hex EC 64 12 0 3A 5C 7 17 56 32
Octal 354 144 22 0 72 134 7 27 126 62
Binary 11101100 1100100 10010 0 111010 1011100 111 10111 1010110 110010

Color Harmonies of #EC6412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6412

Black with #EC6412

Text Example


Text Example

White with #EC6412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6412; }

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

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

background-color css

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

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

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

border-color css

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

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

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