Html Css Color HEX #EC6310 Persimmon

📋 copy color: '#EC6310'

red 236 ◦ green 99 ◦ blue 16

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

Shades of Persimmon #EC6310

Tints of Persimmon #EC6310

RGB

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

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

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

R = 67.24%
G = 28.21%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC6310 (or 0xEC6310) is known color: Persimmon. HEX triplet: EC, 63 and 10. RGB value is (236,99,16). Sum of RGB (Red+Green+Blue) = 236+99+16=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6310 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6310 is #139CEF. Grayscale: #828282. Windows color (decimal): -1285360 or 1074156. OLE color: 1074156.

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

Color convert

RGB 236 99 16 -
CMYK 0 0.58 0.93 0.07
HSL 22.64º 0.87% 0.49% -
HSV(B) 22.64º 0.93% 0.93% -
XYZ 39.15 26.79 3.6 -
YUV 130.5 63.39 203.25 -
System Red Green Blue C M Y K H S L
Decimal 236 99 16 0 0.58 0.93 0.07 22.64 0.87 0.49
Hex EC 63 10 0 3A 5D 7 17 57 31
Octal 354 143 20 0 72 135 7 27 127 61
Binary 11101100 1100011 10000 0 111010 1011101 111 10111 1010111 110001

Color Harmonies of #EC6310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6310

Black with #EC6310

Text Example


Text Example

White with #EC6310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6310; }

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

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

background-color css

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

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

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

border-color css

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

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

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