Html Css Color HEX #EF590E Persimmon

📋 copy color: '#EF590E'

red 239 ◦ green 89 ◦ blue 14

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

Shades of Persimmon #EF590E

Tints of Persimmon #EF590E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.09%

R = 69.88%
G = 26.02%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF590E (or 0xEF590E) is known color: Persimmon. HEX triplet: EF, 59 and 0E. RGB value is (239,89,14). Sum of RGB (Red+Green+Blue) = 239+89+14=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF590E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF590E is #10A6F1. Grayscale: #7D7D7D. Windows color (decimal): -1091314 or 940527. OLE color: 940527.

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

Color convert

RGB 239 89 14 -
CMYK 0 0.63 0.94 0.06
HSL 20º 0.89% 0.5% -
HSV(B) 20º 0.94% 0.94% -
XYZ 39.25 25.53 3.27 -
YUV 125.3 65.2 209.1 -
System Red Green Blue C M Y K H S L
Decimal 239 89 14 0 0.63 0.94 0.06 20 0.89 0.5
Hex EF 59 E 0 3F 5E 6 14 59 32
Octal 357 131 16 0 77 136 6 24 131 62
Binary 11101111 1011001 1110 0 111111 1011110 110 10100 1011001 110010

Color Harmonies of #EF590E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF590E

Black with #EF590E

Text Example


Text Example

White with #EF590E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF590E; }

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

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

background-color css

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

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

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

border-color css

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

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

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