Html Css Color HEX #EF5718 Persimmon

📋 copy color: '#EF5718'

red 239 ◦ green 87 ◦ blue 24

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

Shades of Persimmon #EF5718

Tints of Persimmon #EF5718

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.86%

 BLUE value IS 24 (9.77% from 255) = 6.86%

R = 68.29%
G = 24.86%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF5718 (or 0xEF5718) is known color: Persimmon. HEX triplet: EF, 57 and 18. RGB value is (239,87,24). Sum of RGB (Red+Green+Blue) = 239+87+24=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5718 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5718 is #10A8E7. Grayscale: #7D7D7D. Windows color (decimal): -1091816 or 1595375. OLE color: 1595375.

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

Color convert

RGB 239 87 24 -
CMYK 0 0.64 0.90 0.06
HSL 17.58º 0.87% 0.52% -
HSV(B) 17.58º 0.9% 0.94% -
XYZ 39.17 25.23 3.67 -
YUV 125.27 70.86 209.12 -
System Red Green Blue C M Y K H S L
Decimal 239 87 24 0 0.64 0.90 0.06 17.58 0.87 0.52
Hex EF 57 18 0 40 5A 6 12 57 34
Octal 357 127 30 0 100 132 6 22 127 64
Binary 11101111 1010111 11000 0 1000000 1011010 110 10010 1010111 110100

Color Harmonies of #EF5718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5718

Black with #EF5718

Text Example


Text Example

White with #EF5718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5718; }

 p { color: rgb(239,87,24); }

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

background-color css

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

 a { background-color: rgb(239,87,24); }

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

border-color css

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

 span { border-color: rgb(239,87,24); }

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