Html Css Color HEX #EF5317 Persimmon

📋 copy color: '#EF5317'

red 239 ◦ green 83 ◦ blue 23

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

Shades of Persimmon #EF5317

Tints of Persimmon #EF5317

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.06%

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

R = 69.28%
G = 24.06%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF5317 (or 0xEF5317) is known color: Persimmon. HEX triplet: EF, 53 and 17. RGB value is (239,83,23). Sum of RGB (Red+Green+Blue) = 239+83+23=345 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.28% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 23 (9.38% from 255 or 6.67% from 345); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5317 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5317 is #10ACE8. Grayscale: #7B7B7B. Windows color (decimal): -1092841 or 1528815. OLE color: 1528815.

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

Color convert

RGB 239 83 23 -
CMYK 0 0.65 0.90 0.06
HSL 16.67º 0.87% 0.51% -
HSV(B) 16.67º 0.9% 0.94% -
XYZ 38.84 24.6 3.51 -
YUV 122.8 71.68 210.88 -
System Red Green Blue C M Y K H S L
Decimal 239 83 23 0 0.65 0.90 0.06 16.67 0.87 0.51
Hex EF 53 17 0 41 5A 6 11 57 33
Octal 357 123 27 0 101 132 6 21 127 63
Binary 11101111 1010011 10111 0 1000001 1011010 110 10001 1010111 110011

Color Harmonies of #EF5317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5317

Black with #EF5317

Text Example


Text Example

White with #EF5317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5317; }

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

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

background-color css

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

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

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

border-color css

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

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

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