Html Css Color HEX #EC6106 Persimmon

📋 copy color: '#EC6106'

red 236 ◦ green 97 ◦ blue 6

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

Shades of Persimmon #EC6106

Tints of Persimmon #EC6106

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.61%

 BLUE value IS 6 (2.73% from 255) = 1.77%

R = 69.62%
G = 28.61%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC6106 (or 0xEC6106) is known color: Persimmon. HEX triplet: EC, 61 and 06. RGB value is (236,97,6). Sum of RGB (Red+Green+Blue) = 236+97+6=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 6 (2.73% from 255 or 1.77% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6106 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6106 is #139EF9. Grayscale: #808080. Windows color (decimal): -1285882 or 418284. OLE color: 418284.

HSL color Cylindrical-coordinate representation of color #EC6106: hue angle of 23.74º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC6106 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 97 6 -
CMYK 0 0.59 0.97 0.07
HSL 23.74º 0.95% 0.47% -
HSV(B) 23.74º 0.97% 0.93% -
XYZ 38.9 26.4 3.22 -
YUV 128.19 59.05 204.9 -
System Red Green Blue C M Y K H S L
Decimal 236 97 6 0 0.59 0.97 0.07 23.74 0.95 0.47
Hex EC 61 6 0 3B 61 7 18 5F 2F
Octal 354 141 6 0 73 141 7 30 137 57
Binary 11101100 1100001 110 0 111011 1100001 111 11000 1011111 101111

Color Harmonies of #EC6106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6106

Black with #EC6106

Text Example


Text Example

White with #EC6106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6106; }

 p { color: rgb(236,97,6); }

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

background-color css

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

 a { background-color: rgb(236,97,6); }

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

border-color css

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

 span { border-color: rgb(236,97,6); }

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