Html Css Color HEX #EF6017 Persimmon

📋 copy color: '#EF6017'

red 239 ◦ green 96 ◦ blue 23

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

Shades of Persimmon #EF6017

Tints of Persimmon #EF6017

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.82%

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

R = 66.76%
G = 26.82%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF6017 (or 0xEF6017) is known color: Persimmon. HEX triplet: EF, 60 and 17. RGB value is (239,96,23). Sum of RGB (Red+Green+Blue) = 239+96+23=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 23 (9.38% from 255 or 6.42% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6017 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6017 is #109FE8. Grayscale: #828282. Windows color (decimal): -1089513 or 1532143. OLE color: 1532143.

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

Color convert

RGB 239 96 23 -
CMYK 0 0.60 0.90 0.06
HSL 20.28º 0.87% 0.51% -
HSV(B) 20.28º 0.9% 0.94% -
XYZ 39.93 26.78 3.87 -
YUV 130.44 67.38 205.44 -
System Red Green Blue C M Y K H S L
Decimal 239 96 23 0 0.60 0.90 0.06 20.28 0.87 0.51
Hex EF 60 17 0 3C 5A 6 14 57 33
Octal 357 140 27 0 74 132 6 24 127 63
Binary 11101111 1100000 10111 0 111100 1011010 110 10100 1010111 110011

Color Harmonies of #EF6017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6017

Black with #EF6017

Text Example


Text Example

White with #EF6017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6017; }

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

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

background-color css

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

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

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

border-color css

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

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

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