Html Css Color HEX #EF5D17 Persimmon

📋 copy color: '#EF5D17'

red 239 ◦ green 93 ◦ blue 23

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

Shades of Persimmon #EF5D17

Tints of Persimmon #EF5D17

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.2%

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

R = 67.32%
G = 26.2%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF5D17 (or 0xEF5D17) is known color: Persimmon. HEX triplet: EF, 5D and 17. RGB value is (239,93,23). Sum of RGB (Red+Green+Blue) = 239+93+23=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5D17 is #10A2E8. Grayscale: #818181. Windows color (decimal): -1090281 or 1531375. OLE color: 1531375.

HSL color Cylindrical-coordinate representation of color #EF5D17: hue angle of 19.44º 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 #EF5D17 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 93 23 -
CMYK 0 0.61 0.90 0.06
HSL 19.44º 0.87% 0.51% -
HSV(B) 19.44º 0.9% 0.94% -
XYZ 39.67 26.24 3.79 -
YUV 128.67 68.37 206.69 -
System Red Green Blue C M Y K H S L
Decimal 239 93 23 0 0.61 0.90 0.06 19.44 0.87 0.51
Hex EF 5D 17 0 3D 5A 6 13 57 33
Octal 357 135 27 0 75 132 6 23 127 63
Binary 11101111 1011101 10111 0 111101 1011010 110 10011 1010111 110011

Color Harmonies of #EF5D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5D17

Black with #EF5D17

Text Example


Text Example

White with #EF5D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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