Html Css Color HEX #EF5918 Persimmon

📋 copy color: '#EF5918'

red 239 ◦ green 89 ◦ blue 24

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

Shades of Persimmon #EF5918

Tints of Persimmon #EF5918

RGB

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

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

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

R = 67.9%
G = 25.28%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF5918 (or 0xEF5918) is known color: Persimmon. HEX triplet: EF, 59 and 18. RGB value is (239,89,24). Sum of RGB (Red+Green+Blue) = 239+89+24=352 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.90% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5918 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5918 is #10A6E7. Grayscale: #7E7E7E. Windows color (decimal): -1091304 or 1595887. OLE color: 1595887.

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

Color convert

RGB 239 89 24 -
CMYK 0 0.63 0.90 0.06
HSL 18.14º 0.87% 0.52% -
HSV(B) 18.14º 0.9% 0.94% -
XYZ 39.33 25.56 3.72 -
YUV 126.44 70.2 208.29 -
System Red Green Blue C M Y K H S L
Decimal 239 89 24 0 0.63 0.90 0.06 18.14 0.87 0.52
Hex EF 59 18 0 3F 5A 6 12 57 34
Octal 357 131 30 0 77 132 6 22 127 64
Binary 11101111 1011001 11000 0 111111 1011010 110 10010 1010111 110100

Color Harmonies of #EF5918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5918

Black with #EF5918

Text Example


Text Example

White with #EF5918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5918; }

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

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

background-color css

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

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

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

border-color css

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

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

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