Html Css Color HEX #EC5D09 Persimmon

📋 copy color: '#EC5D09'

red 236 ◦ green 93 ◦ blue 9

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

Shades of Persimmon #EC5D09

Tints of Persimmon #EC5D09

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.51%

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

R = 69.82%
G = 27.51%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC5D09 (or 0xEC5D09) is known color: Persimmon. HEX triplet: EC, 5D and 09. RGB value is (236,93,9). Sum of RGB (Red+Green+Blue) = 236+93+9=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 9 (3.91% from 255 or 2.66% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5D09 is #13A2F6. Grayscale: #7E7E7E. Windows color (decimal): -1286903 or 613868. OLE color: 613868.

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

Color convert

RGB 236 93 9 -
CMYK 0 0.61 0.96 0.07
HSL 22.2º 0.93% 0.48% -
HSV(B) 22.2º 0.96% 0.93% -
XYZ 38.56 25.68 3.18 -
YUV 126.18 61.88 206.33 -
System Red Green Blue C M Y K H S L
Decimal 236 93 9 0 0.61 0.96 0.07 22.2 0.93 0.48
Hex EC 5D 9 0 3D 60 7 16 5D 30
Octal 354 135 11 0 75 140 7 26 135 60
Binary 11101100 1011101 1001 0 111101 1100000 111 10110 1011101 110000

Color Harmonies of #EC5D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5D09

Black with #EC5D09

Text Example


Text Example

White with #EC5D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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