Html Css Color HEX #EC5309 Persimmon

📋 copy color: '#EC5309'

red 236 ◦ green 83 ◦ blue 9

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

Shades of Persimmon #EC5309

Tints of Persimmon #EC5309

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.3%

 BLUE value IS 9 (3.91% from 255) = 2.74%

R = 71.95%
G = 25.3%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC5309 (or 0xEC5309) is known color: Persimmon. HEX triplet: EC, 53 and 09. RGB value is (236,83,9). Sum of RGB (Red+Green+Blue) = 236+83+9=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 9 (3.91% from 255 or 2.74% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5309 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5309 is #13ACF6. Grayscale: #787878. Windows color (decimal): -1289463 or 611308. OLE color: 611308.

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

Color convert

RGB 236 83 9 -
CMYK 0 0.65 0.96 0.07
HSL 19.56º 0.93% 0.48% -
HSV(B) 19.56º 0.96% 0.93% -
XYZ 37.73 24.04 2.91 -
YUV 120.31 65.19 210.52 -
System Red Green Blue C M Y K H S L
Decimal 236 83 9 0 0.65 0.96 0.07 19.56 0.93 0.48
Hex EC 53 9 0 41 60 7 14 5D 30
Octal 354 123 11 0 101 140 7 24 135 60
Binary 11101100 1010011 1001 0 1000001 1100000 111 10100 1011101 110000

Color Harmonies of #EC5309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5309

Black with #EC5309

Text Example


Text Example

White with #EC5309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5309; }

 p { color: rgb(236,83,9); }

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

background-color css

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

 a { background-color: rgb(236,83,9); }

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

border-color css

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

 span { border-color: rgb(236,83,9); }

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