Html Css Color HEX #EC6316 Persimmon

📋 copy color: '#EC6316'

red 236 ◦ green 99 ◦ blue 22

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

Shades of Persimmon #EC6316

Tints of Persimmon #EC6316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.16%

R = 66.11%
G = 27.73%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC6316 (or 0xEC6316) is known color: Persimmon. HEX triplet: EC, 63 and 16. RGB value is (236,99,22). Sum of RGB (Red+Green+Blue) = 236+99+22=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6316 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6316 is #139CE9. Grayscale: #838383. Windows color (decimal): -1285354 or 1467372. OLE color: 1467372.

HSL color Cylindrical-coordinate representation of color #EC6316: hue angle of 21.59º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC6316 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 99 22 -
CMYK 0 0.58 0.91 0.07
HSL 21.59º 0.85% 0.51% -
HSV(B) 21.59º 0.91% 0.93% -
XYZ 39.2 26.81 3.87 -
YUV 131.19 66.39 202.76 -
System Red Green Blue C M Y K H S L
Decimal 236 99 22 0 0.58 0.91 0.07 21.59 0.85 0.51
Hex EC 63 16 0 3A 5B 7 16 55 33
Octal 354 143 26 0 72 133 7 26 125 63
Binary 11101100 1100011 10110 0 111010 1011011 111 10110 1010101 110011

Color Harmonies of #EC6316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6316

Black with #EC6316

Text Example


Text Example

White with #EC6316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6316; }

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

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

background-color css

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

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

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

border-color css

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

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

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