Html Css Color HEX #EF5411 Persimmon

📋 copy color: '#EF5411'

red 239 ◦ green 84 ◦ blue 17

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

Shades of Persimmon #EF5411

Tints of Persimmon #EF5411

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.71%

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

R = 70.29%
G = 24.71%
B = 5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EF5411 (or 0xEF5411) is known color: Persimmon. HEX triplet: EF, 54 and 11. RGB value is (239,84,17). Sum of RGB (Red+Green+Blue) = 239+84+17=340 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.29% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5411 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5411 is #10ABEE. Grayscale: #7B7B7B. Windows color (decimal): -1092591 or 1135855. OLE color: 1135855.

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

Color convert

RGB 239 84 17 -
CMYK 0 0.65 0.93 0.06
HSL 18.11º 0.87% 0.5% -
HSV(B) 18.11º 0.93% 0.94% -
XYZ 38.87 24.73 3.26 -
YUV 122.71 68.35 210.95 -
System Red Green Blue C M Y K H S L
Decimal 239 84 17 0 0.65 0.93 0.06 18.11 0.87 0.5
Hex EF 54 11 0 41 5D 6 12 57 32
Octal 357 124 21 0 101 135 6 22 127 62
Binary 11101111 1010100 10001 0 1000001 1011101 110 10010 1010111 110010

Color Harmonies of #EF5411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5411

Black with #EF5411

Text Example


Text Example

White with #EF5411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5411; }

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

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

background-color css

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

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

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

border-color css

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

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

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