Html Css Color HEX #EF590F Persimmon

📋 copy color: '#EF590F'

red 239 ◦ green 89 ◦ blue 15

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

Shades of Persimmon #EF590F

Tints of Persimmon #EF590F

RGB

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

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

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

R = 69.68%
G = 25.95%
B = 4.37%

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

#EF590F (or 0xEF590F) is known color: Persimmon. HEX triplet: EF, 59 and 0F. RGB value is (239,89,15). Sum of RGB (Red+Green+Blue) = 239+89+15=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF590F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF590F is #10A6F0. Grayscale: #7D7D7D. Windows color (decimal): -1091313 or 1006063. OLE color: 1006063.

HSL color Cylindrical-coordinate representation of color #EF590F: hue angle of 19.82º degrees, saturation: 0.88, 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 #EF590F is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 89 15 -
CMYK 0 0.63 0.94 0.06
HSL 19.82º 0.88% 0.5% -
HSV(B) 19.82º 0.94% 0.94% -
XYZ 39.26 25.53 3.31 -
YUV 125.41 65.7 209.02 -
System Red Green Blue C M Y K H S L
Decimal 239 89 15 0 0.63 0.94 0.06 19.82 0.88 0.5
Hex EF 59 F 0 3F 5E 6 14 58 32
Octal 357 131 17 0 77 136 6 24 130 62
Binary 11101111 1011001 1111 0 111111 1011110 110 10100 1011000 110010

Color Harmonies of #EF590F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF590F

Black with #EF590F

Text Example


Text Example

White with #EF590F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF590F; }

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

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

background-color css

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

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

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

border-color css

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

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

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