Html Css Color HEX #EF5118 Persimmon

📋 copy color: '#EF5118'

red 239 ◦ green 81 ◦ blue 24

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

Shades of Persimmon #EF5118

Tints of Persimmon #EF5118

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.55%

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

R = 69.48%
G = 23.55%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF5118 (or 0xEF5118) is known color: Persimmon. HEX triplet: EF, 51 and 18. RGB value is (239,81,24). Sum of RGB (Red+Green+Blue) = 239+81+24=344 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.48% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5118 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5118 is #10AEE7. Grayscale: #7A7A7A. Windows color (decimal): -1093352 or 1593839. OLE color: 1593839.

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

Color convert

RGB 239 81 24 -
CMYK 0 0.66 0.90 0.06
HSL 15.91º 0.87% 0.52% -
HSV(B) 15.91º 0.9% 0.94% -
XYZ 38.7 24.3 3.51 -
YUV 121.74 72.85 211.63 -
System Red Green Blue C M Y K H S L
Decimal 239 81 24 0 0.66 0.90 0.06 15.91 0.87 0.52
Hex EF 51 18 0 42 5A 6 10 57 34
Octal 357 121 30 0 102 132 6 20 127 64
Binary 11101111 1010001 11000 0 1000010 1011010 110 10000 1010111 110100

Color Harmonies of #EF5118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5118

Black with #EF5118

Text Example


Text Example

White with #EF5118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5118; }

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

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

background-color css

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

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

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

border-color css

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

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

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