Html Css Color HEX #EF5615 Persimmon

📋 copy color: '#EF5615'

red 239 ◦ green 86 ◦ blue 21

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

Shades of Persimmon #EF5615

Tints of Persimmon #EF5615

RGB

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

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

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

R = 69.08%
G = 24.86%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF5615 (or 0xEF5615) is known color: Persimmon. HEX triplet: EF, 56 and 15. RGB value is (239,86,21). Sum of RGB (Red+Green+Blue) = 239+86+21=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5615 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5615 is #10A9EA. Grayscale: #7C7C7C. Windows color (decimal): -1092075 or 1398511. OLE color: 1398511.

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

Color convert

RGB 239 86 21 -
CMYK 0 0.64 0.91 0.06
HSL 17.89º 0.87% 0.51% -
HSV(B) 17.89º 0.91% 0.94% -
XYZ 39.06 25.06 3.49 -
YUV 124.34 69.69 209.79 -
System Red Green Blue C M Y K H S L
Decimal 239 86 21 0 0.64 0.91 0.06 17.89 0.87 0.51
Hex EF 56 15 0 40 5B 6 12 57 33
Octal 357 126 25 0 100 133 6 22 127 63
Binary 11101111 1010110 10101 0 1000000 1011011 110 10010 1010111 110011

Color Harmonies of #EF5615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5615

Black with #EF5615

Text Example


Text Example

White with #EF5615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5615; }

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

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

background-color css

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

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

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

border-color css

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

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

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