Html Css Color HEX #EC590F Persimmon

📋 copy color: '#EC590F'

red 236 ◦ green 89 ◦ blue 15

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

Shades of Persimmon #EC590F

Tints of Persimmon #EC590F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.41%

R = 69.41%
G = 26.18%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC590F (or 0xEC590F) is known color: Persimmon. HEX triplet: EC, 59 and 0F. RGB value is (236,89,15). Sum of RGB (Red+Green+Blue) = 236+89+15=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC590F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC590F is #13A6F0. Grayscale: #7C7C7C. Windows color (decimal): -1287921 or 1006060. OLE color: 1006060.

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

Color convert

RGB 236 89 15 -
CMYK 0 0.62 0.94 0.07
HSL 20.09º 0.88% 0.49% -
HSV(B) 20.09º 0.94% 0.93% -
XYZ 38.25 25.01 3.26 -
YUV 124.52 66.2 207.52 -
System Red Green Blue C M Y K H S L
Decimal 236 89 15 0 0.62 0.94 0.07 20.09 0.88 0.49
Hex EC 59 F 0 3E 5E 7 14 58 31
Octal 354 131 17 0 76 136 7 24 130 61
Binary 11101100 1011001 1111 0 111110 1011110 111 10100 1011000 110001

Color Harmonies of #EC590F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC590F

Black with #EC590F

Text Example


Text Example

White with #EC590F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC590F; }

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

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

background-color css

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

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

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

border-color css

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

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

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