Html Css Color HEX #EC6610 Persimmon

📋 copy color: '#EC6610'

red 236 ◦ green 102 ◦ blue 16

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

Shades of Persimmon #EC6610

Tints of Persimmon #EC6610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.52%

R = 66.67%
G = 28.81%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC6610 (or 0xEC6610) is known color: Persimmon. HEX triplet: EC, 66 and 10. RGB value is (236,102,16). Sum of RGB (Red+Green+Blue) = 236+102+16=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6610 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6610 is #1399EF. Grayscale: #848484. Windows color (decimal): -1284592 or 1074924. OLE color: 1074924.

HSL color Cylindrical-coordinate representation of color #EC6610: hue angle of 23.45º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC6610 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 102 16 -
CMYK 0 0.57 0.93 0.07
HSL 23.45º 0.87% 0.49% -
HSV(B) 23.45º 0.93% 0.93% -
XYZ 39.44 27.37 3.7 -
YUV 132.26 62.39 201.99 -
System Red Green Blue C M Y K H S L
Decimal 236 102 16 0 0.57 0.93 0.07 23.45 0.87 0.49
Hex EC 66 10 0 39 5D 7 17 57 31
Octal 354 146 20 0 71 135 7 27 127 61
Binary 11101100 1100110 10000 0 111001 1011101 111 10111 1010111 110001

Color Harmonies of #EC6610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6610

Black with #EC6610

Text Example


Text Example

White with #EC6610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6610; }

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

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

background-color css

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

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

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

border-color css

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

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

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