Html Css Color HEX #EC6612 Persimmon

📋 copy color: '#EC6612'

red 236 ◦ green 102 ◦ blue 18

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

Shades of Persimmon #EC6612

Tints of Persimmon #EC6612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.65%

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

R = 66.29%
G = 28.65%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC6612 (or 0xEC6612) is known color: Persimmon. HEX triplet: EC, 66 and 12. RGB value is (236,102,18). Sum of RGB (Red+Green+Blue) = 236+102+18=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6612 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6612 is #1399ED. Grayscale: #848484. Windows color (decimal): -1284590 or 1205996. OLE color: 1205996.

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

Color convert

RGB 236 102 18 -
CMYK 0 0.57 0.92 0.07
HSL 23.12º 0.86% 0.5% -
HSV(B) 23.12º 0.92% 0.93% -
XYZ 39.45 27.38 3.78 -
YUV 132.49 63.39 201.83 -
System Red Green Blue C M Y K H S L
Decimal 236 102 18 0 0.57 0.92 0.07 23.12 0.86 0.5
Hex EC 66 12 0 39 5C 7 17 56 32
Octal 354 146 22 0 71 134 7 27 126 62
Binary 11101100 1100110 10010 0 111001 1011100 111 10111 1010110 110010

Color Harmonies of #EC6612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6612

Black with #EC6612

Text Example


Text Example

White with #EC6612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6612; }

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

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

background-color css

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

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

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

border-color css

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

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

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