Html Css Color HEX #EF590C Persimmon

📋 copy color: '#EF590C'

red 239 ◦ green 89 ◦ blue 12

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

Shades of Persimmon #EF590C

Tints of Persimmon #EF590C

RGB

 RED value IS 239 (93.75% from 255) = 70.29%

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

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

R = 70.29%
G = 26.18%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF590C (or 0xEF590C) is known color: Persimmon. HEX triplet: EF, 59 and 0C. RGB value is (239,89,12). Sum of RGB (Red+Green+Blue) = 239+89+12=340 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.29% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 239 - color contains mainly: red. Hex color #EF590C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF590C is #10A6F3. Grayscale: #7D7D7D. Windows color (decimal): -1091316 or 809455. OLE color: 809455.

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

Color convert

RGB 239 89 12 -
CMYK 0 0.63 0.95 0.06
HSL 20.35º 0.9% 0.49% -
HSV(B) 20.35º 0.95% 0.94% -
XYZ 39.24 25.52 3.21 -
YUV 125.07 64.2 209.26 -
System Red Green Blue C M Y K H S L
Decimal 239 89 12 0 0.63 0.95 0.06 20.35 0.9 0.49
Hex EF 59 C 0 3F 5F 6 14 5A 31
Octal 357 131 14 0 77 137 6 24 132 61
Binary 11101111 1011001 1100 0 111111 1011111 110 10100 1011010 110001

Color Harmonies of #EF590C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF590C

Black with #EF590C

Text Example


Text Example

White with #EF590C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF590C; }

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

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

background-color css

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

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

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

border-color css

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

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

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