Html Css Color HEX #EC6613 Persimmon

📋 copy color: '#EC6613'

red 236 ◦ green 102 ◦ blue 19

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

Shades of Persimmon #EC6613

Tints of Persimmon #EC6613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.32%

R = 66.11%
G = 28.57%
B = 5.32%

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

#EC6613 (or 0xEC6613) is known color: Persimmon. HEX triplet: EC, 66 and 13. RGB value is (236,102,19). Sum of RGB (Red+Green+Blue) = 236+102+19=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6613 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6613 is #1399EC. Grayscale: #858585. Windows color (decimal): -1284589 or 1271532. OLE color: 1271532.

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

Color convert

RGB 236 102 19 -
CMYK 0 0.57 0.92 0.07
HSL 22.95º 0.85% 0.5% -
HSV(B) 22.95º 0.92% 0.93% -
XYZ 39.46 27.38 3.82 -
YUV 132.6 63.89 201.75 -
System Red Green Blue C M Y K H S L
Decimal 236 102 19 0 0.57 0.92 0.07 22.95 0.85 0.5
Hex EC 66 13 0 39 5C 7 17 55 32
Octal 354 146 23 0 71 134 7 27 125 62
Binary 11101100 1100110 10011 0 111001 1011100 111 10111 1010101 110010

Color Harmonies of #EC6613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6613

Black with #EC6613

Text Example


Text Example

White with #EC6613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6613; }

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

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

background-color css

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

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

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

border-color css

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

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

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