Html Css Color HEX #EF5115 Persimmon

📋 copy color: '#EF5115'

red 239 ◦ green 81 ◦ blue 21

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

Shades of Persimmon #EF5115

Tints of Persimmon #EF5115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.16%

R = 70.09%
G = 23.75%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF5115 (or 0xEF5115) is known color: Persimmon. HEX triplet: EF, 51 and 15. RGB value is (239,81,21). Sum of RGB (Red+Green+Blue) = 239+81+21=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5115 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5115 is #10AEEA. Grayscale: #797979. Windows color (decimal): -1093355 or 1397231. OLE color: 1397231.

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

Color convert

RGB 239 81 21 -
CMYK 0 0.66 0.91 0.06
HSL 16.51º 0.87% 0.51% -
HSV(B) 16.51º 0.91% 0.94% -
XYZ 38.67 24.29 3.36 -
YUV 121.4 71.35 211.88 -
System Red Green Blue C M Y K H S L
Decimal 239 81 21 0 0.66 0.91 0.06 16.51 0.87 0.51
Hex EF 51 15 0 42 5B 6 11 57 33
Octal 357 121 25 0 102 133 6 21 127 63
Binary 11101111 1010001 10101 0 1000010 1011011 110 10001 1010111 110011

Color Harmonies of #EF5115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5115

Black with #EF5115

Text Example


Text Example

White with #EF5115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5115; }

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

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

background-color css

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

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

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

border-color css

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

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

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