Html Css Color HEX #EC590C Persimmon

📋 copy color: '#EC590C'

red 236 ◦ green 89 ◦ blue 12

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

Shades of Persimmon #EC590C

Tints of Persimmon #EC590C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.41%

 BLUE value IS 12 (5.08% from 255) = 3.56%

R = 70.03%
G = 26.41%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC590C (or 0xEC590C) is known color: Persimmon. HEX triplet: EC, 59 and 0C. RGB value is (236,89,12). Sum of RGB (Red+Green+Blue) = 236+89+12=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC590C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC590C is #13A6F3. Grayscale: #7C7C7C. Windows color (decimal): -1287924 or 809452. OLE color: 809452.

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

Color convert

RGB 236 89 12 -
CMYK 0 0.62 0.95 0.07
HSL 20.63º 0.9% 0.49% -
HSV(B) 20.63º 0.95% 0.93% -
XYZ 38.23 25 3.16 -
YUV 124.18 64.7 207.76 -
System Red Green Blue C M Y K H S L
Decimal 236 89 12 0 0.62 0.95 0.07 20.63 0.9 0.49
Hex EC 59 C 0 3E 5F 7 15 5A 31
Octal 354 131 14 0 76 137 7 25 132 61
Binary 11101100 1011001 1100 0 111110 1011111 111 10101 1011010 110001

Color Harmonies of #EC590C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC590C

Black with #EC590C

Text Example


Text Example

White with #EC590C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC590C; }

 p { color: rgb(236,89,12); }

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

background-color css

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

 a { background-color: rgb(236,89,12); }

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

border-color css

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

 span { border-color: rgb(236,89,12); }

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