Html Css Color HEX #EF4F15 Persimmon

📋 copy color: '#EF4F15'

red 239 ◦ green 79 ◦ blue 21

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

Shades of Persimmon #EF4F15

Tints of Persimmon #EF4F15

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.3%

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

R = 70.5%
G = 23.3%
B = 6.19%

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

#EF4F15 (or 0xEF4F15) is known color: Persimmon. HEX triplet: EF, 4F and 15. RGB value is (239,79,21). Sum of RGB (Red+Green+Blue) = 239+79+21=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4F15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF4F15 is #10B0EA. Grayscale: #787878. Windows color (decimal): -1093867 or 1396719. OLE color: 1396719.

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

Color convert

RGB 239 79 21 -
CMYK 0 0.67 0.91 0.06
HSL 15.96º 0.87% 0.51% -
HSV(B) 15.96º 0.91% 0.94% -
XYZ 38.53 24 3.31 -
YUV 120.23 72.01 212.72 -
System Red Green Blue C M Y K H S L
Decimal 239 79 21 0 0.67 0.91 0.06 15.96 0.87 0.51
Hex EF 4F 15 0 43 5B 6 10 57 33
Octal 357 117 25 0 103 133 6 20 127 63
Binary 11101111 1001111 10101 0 1000011 1011011 110 10000 1010111 110011

Color Harmonies of #EF4F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4F15

Black with #EF4F15

Text Example


Text Example

White with #EF4F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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