Html Css Color HEX #EF5015 Persimmon

📋 copy color: '#EF5015'

red 239 ◦ green 80 ◦ blue 21

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

Shades of Persimmon #EF5015

Tints of Persimmon #EF5015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.53%

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

R = 70.29%
G = 23.53%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF5015 (or 0xEF5015) is known color: Persimmon. HEX triplet: EF, 50 and 15. RGB value is (239,80,21). Sum of RGB (Red+Green+Blue) = 239+80+21=340 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.29% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5015 is #10AFEA. Grayscale: #797979. Windows color (decimal): -1093611 or 1396975. OLE color: 1396975.

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

Color convert

RGB 239 80 21 -
CMYK 0 0.67 0.91 0.06
HSL 16.24º 0.87% 0.51% -
HSV(B) 16.24º 0.91% 0.94% -
XYZ 38.6 24.14 3.33 -
YUV 120.82 71.68 212.3 -
System Red Green Blue C M Y K H S L
Decimal 239 80 21 0 0.67 0.91 0.06 16.24 0.87 0.51
Hex EF 50 15 0 43 5B 6 10 57 33
Octal 357 120 25 0 103 133 6 20 127 63
Binary 11101111 1010000 10101 0 1000011 1011011 110 10000 1010111 110011

Color Harmonies of #EF5015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5015

Black with #EF5015

Text Example


Text Example

White with #EF5015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5015; }

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

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

background-color css

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

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

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

border-color css

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

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

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