Html Css Color HEX #EF5116 Persimmon

📋 copy color: '#EF5116'

red 239 ◦ green 81 ◦ blue 22

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

Shades of Persimmon #EF5116

Tints of Persimmon #EF5116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.43%

R = 69.88%
G = 23.68%
B = 6.43%

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

#EF5116 (or 0xEF5116) is known color: Persimmon. HEX triplet: EF, 51 and 16. RGB value is (239,81,22). Sum of RGB (Red+Green+Blue) = 239+81+22=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5116 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5116 is #10AEE9. Grayscale: #797979. Windows color (decimal): -1093354 or 1462767. OLE color: 1462767.

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

Color convert

RGB 239 81 22 -
CMYK 0 0.66 0.91 0.06
HSL 16.31º 0.87% 0.51% -
HSV(B) 16.31º 0.91% 0.94% -
XYZ 38.68 24.29 3.41 -
YUV 121.52 71.85 211.8 -
System Red Green Blue C M Y K H S L
Decimal 239 81 22 0 0.66 0.91 0.06 16.31 0.87 0.51
Hex EF 51 16 0 42 5B 6 10 57 33
Octal 357 121 26 0 102 133 6 20 127 63
Binary 11101111 1010001 10110 0 1000010 1011011 110 10000 1010111 110011

Color Harmonies of #EF5116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5116

Black with #EF5116

Text Example


Text Example

White with #EF5116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5116; }

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

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

background-color css

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

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

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

border-color css

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

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

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