Html Css Color HEX #EF4E11 Persimmon

📋 copy color: '#EF4E11'

red 239 ◦ green 78 ◦ blue 17

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

Shades of Persimmon #EF4E11

Tints of Persimmon #EF4E11

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.35%

 BLUE value IS 17 (7.03% from 255) = 5.09%

R = 71.56%
G = 23.35%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EF4E11 (or 0xEF4E11) is known color: Persimmon. HEX triplet: EF, 4E and 11. RGB value is (239,78,17). Sum of RGB (Red+Green+Blue) = 239+78+17=334 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.56% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4E11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF4E11 is #10B1EE. Grayscale: #777777. Windows color (decimal): -1094127 or 1134319. OLE color: 1134319.

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

Color convert

RGB 239 78 17 -
CMYK 0 0.67 0.93 0.06
HSL 16.49º 0.87% 0.5% -
HSV(B) 16.49º 0.93% 0.94% -
XYZ 38.42 23.84 3.11 -
YUV 119.19 70.34 213.46 -
System Red Green Blue C M Y K H S L
Decimal 239 78 17 0 0.67 0.93 0.06 16.49 0.87 0.5
Hex EF 4E 11 0 43 5D 6 10 57 32
Octal 357 116 21 0 103 135 6 20 127 62
Binary 11101111 1001110 10001 0 1000011 1011101 110 10000 1010111 110010

Color Harmonies of #EF4E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4E11

Black with #EF4E11

Text Example


Text Example

White with #EF4E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4E11; }

 p { color: rgb(239,78,17); }

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

background-color css

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

 a { background-color: rgb(239,78,17); }

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

border-color css

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

 span { border-color: rgb(239,78,17); }

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