Html Css Color HEX #EF5113 Persimmon

📋 copy color: '#EF5113'

red 239 ◦ green 81 ◦ blue 19

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

Shades of Persimmon #EF5113

Tints of Persimmon #EF5113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.6%

R = 70.5%
G = 23.89%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF5113 (or 0xEF5113) is known color: Persimmon. HEX triplet: EF, 51 and 13. RGB value is (239,81,19). Sum of RGB (Red+Green+Blue) = 239+81+19=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5113 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5113 is #10AEEC. Grayscale: #797979. Windows color (decimal): -1093357 or 1266159. OLE color: 1266159.

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

Color convert

RGB 239 81 19 -
CMYK 0 0.66 0.92 0.06
HSL 16.91º 0.87% 0.51% -
HSV(B) 16.91º 0.92% 0.94% -
XYZ 38.66 24.28 3.27 -
YUV 121.17 70.35 212.04 -
System Red Green Blue C M Y K H S L
Decimal 239 81 19 0 0.66 0.92 0.06 16.91 0.87 0.51
Hex EF 51 13 0 42 5C 6 11 57 33
Octal 357 121 23 0 102 134 6 21 127 63
Binary 11101111 1010001 10011 0 1000010 1011100 110 10001 1010111 110011

Color Harmonies of #EF5113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5113

Black with #EF5113

Text Example


Text Example

White with #EF5113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5113; }

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

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

background-color css

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

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

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

border-color css

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

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

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