Html Css Color HEX #EF5017 Persimmon

📋 copy color: '#EF5017'

red 239 ◦ green 80 ◦ blue 23

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

Shades of Persimmon #EF5017

Tints of Persimmon #EF5017

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.39%

 BLUE value IS 23 (9.38% from 255) = 6.73%

R = 69.88%
G = 23.39%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF5017 (or 0xEF5017) is known color: Persimmon. HEX triplet: EF, 50 and 17. RGB value is (239,80,23). Sum of RGB (Red+Green+Blue) = 239+80+23=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 23 (9.38% from 255 or 6.73% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5017 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5017 is #10AFE8. Grayscale: #797979. Windows color (decimal): -1093609 or 1528047. OLE color: 1528047.

HSL color Cylindrical-coordinate representation of color #EF5017: hue angle of 15.83º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF5017 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 80 23 -
CMYK 0 0.67 0.90 0.06
HSL 15.83º 0.87% 0.51% -
HSV(B) 15.83º 0.9% 0.94% -
XYZ 38.62 24.15 3.44 -
YUV 121.04 72.68 212.13 -
System Red Green Blue C M Y K H S L
Decimal 239 80 23 0 0.67 0.90 0.06 15.83 0.87 0.51
Hex EF 50 17 0 43 5A 6 10 57 33
Octal 357 120 27 0 103 132 6 20 127 63
Binary 11101111 1010000 10111 0 1000011 1011010 110 10000 1010111 110011

Color Harmonies of #EF5017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5017

Black with #EF5017

Text Example


Text Example

White with #EF5017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5017; }

 p { color: rgb(239,80,23); }

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

background-color css

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

 a { background-color: rgb(239,80,23); }

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

border-color css

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

 span { border-color: rgb(239,80,23); }

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