Html Css Color HEX #EF5611 Persimmon

📋 copy color: '#EF5611'

red 239 ◦ green 86 ◦ blue 17

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

Shades of Persimmon #EF5611

Tints of Persimmon #EF5611

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.15%

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

R = 69.88%
G = 25.15%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EF5611 (or 0xEF5611) is known color: Persimmon. HEX triplet: EF, 56 and 11. RGB value is (239,86,17). Sum of RGB (Red+Green+Blue) = 239+86+17=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5611 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5611 is #10A9EE. Grayscale: #7C7C7C. Windows color (decimal): -1092079 or 1136367. OLE color: 1136367.

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

Color convert

RGB 239 86 17 -
CMYK 0 0.64 0.93 0.06
HSL 18.65º 0.87% 0.5% -
HSV(B) 18.65º 0.93% 0.94% -
XYZ 39.03 25.05 3.31 -
YUV 123.88 67.69 210.11 -
System Red Green Blue C M Y K H S L
Decimal 239 86 17 0 0.64 0.93 0.06 18.65 0.87 0.5
Hex EF 56 11 0 40 5D 6 13 57 32
Octal 357 126 21 0 100 135 6 23 127 62
Binary 11101111 1010110 10001 0 1000000 1011101 110 10011 1010111 110010

Color Harmonies of #EF5611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5611

Black with #EF5611

Text Example


Text Example

White with #EF5611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5611; }

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

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

background-color css

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

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

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

border-color css

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

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

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