Html Css Color HEX #EF5517 Persimmon

📋 copy color: '#EF5517'

red 239 ◦ green 85 ◦ blue 23

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

Shades of Persimmon #EF5517

Tints of Persimmon #EF5517

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.5%

 BLUE value IS 23 (9.38% from 255) = 6.63%

R = 68.88%
G = 24.5%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF5517 (or 0xEF5517) is known color: Persimmon. HEX triplet: EF, 55 and 17. RGB value is (239,85,23). Sum of RGB (Red+Green+Blue) = 239+85+23=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 23 (9.38% from 255 or 6.63% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5517 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5517 is #10AAE8. Grayscale: #7C7C7C. Windows color (decimal): -1092329 or 1529327. OLE color: 1529327.

HSL color Cylindrical-coordinate representation of color #EF5517: hue angle of 17.22º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF5517 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 85 23 -
CMYK 0 0.64 0.90 0.06
HSL 17.22º 0.87% 0.51% -
HSV(B) 17.22º 0.9% 0.94% -
XYZ 39 24.91 3.56 -
YUV 123.98 71.02 210.04 -
System Red Green Blue C M Y K H S L
Decimal 239 85 23 0 0.64 0.90 0.06 17.22 0.87 0.51
Hex EF 55 17 0 40 5A 6 11 57 33
Octal 357 125 27 0 100 132 6 21 127 63
Binary 11101111 1010101 10111 0 1000000 1011010 110 10001 1010111 110011

Color Harmonies of #EF5517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5517

Black with #EF5517

Text Example


Text Example

White with #EF5517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5517; }

 p { color: rgb(239,85,23); }

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

background-color css

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

 a { background-color: rgb(239,85,23); }

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

border-color css

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

 span { border-color: rgb(239,85,23); }

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