Html Css Color HEX #EC5E09 Persimmon

📋 copy color: '#EC5E09'

red 236 ◦ green 94 ◦ blue 9

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

Shades of Persimmon #EC5E09

Tints of Persimmon #EC5E09

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.73%

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

R = 69.62%
G = 27.73%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC5E09 (or 0xEC5E09) is known color: Persimmon. HEX triplet: EC, 5E and 09. RGB value is (236,94,9). Sum of RGB (Red+Green+Blue) = 236+94+9=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 9 (3.91% from 255 or 2.65% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5E09 is #13A1F6. Grayscale: #7F7F7F. Windows color (decimal): -1286647 or 614124. OLE color: 614124.

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

Color convert

RGB 236 94 9 -
CMYK 0 0.60 0.96 0.07
HSL 22.47º 0.93% 0.48% -
HSV(B) 22.47º 0.96% 0.93% -
XYZ 38.64 25.86 3.21 -
YUV 126.77 61.54 205.91 -
System Red Green Blue C M Y K H S L
Decimal 236 94 9 0 0.60 0.96 0.07 22.47 0.93 0.48
Hex EC 5E 9 0 3C 60 7 16 5D 30
Octal 354 136 11 0 74 140 7 26 135 60
Binary 11101100 1011110 1001 0 111100 1100000 111 10110 1011101 110000

Color Harmonies of #EC5E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5E09

Black with #EC5E09

Text Example


Text Example

White with #EC5E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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