Html Css Color HEX #EF6013 Persimmon

📋 copy color: '#EF6013'

red 239 ◦ green 96 ◦ blue 19

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

Shades of Persimmon #EF6013

Tints of Persimmon #EF6013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.37%

R = 67.51%
G = 27.12%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF6013 (or 0xEF6013) is known color: Persimmon. HEX triplet: EF, 60 and 13. RGB value is (239,96,19). Sum of RGB (Red+Green+Blue) = 239+96+19=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6013 is #109FEC. Grayscale: #828282. Windows color (decimal): -1089517 or 1269999. OLE color: 1269999.

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

Color convert

RGB 239 96 19 -
CMYK 0 0.60 0.92 0.06
HSL 21º 0.87% 0.51% -
HSV(B) 21º 0.92% 0.94% -
XYZ 39.9 26.76 3.68 -
YUV 129.98 65.38 205.76 -
System Red Green Blue C M Y K H S L
Decimal 239 96 19 0 0.60 0.92 0.06 21 0.87 0.51
Hex EF 60 13 0 3C 5C 6 15 57 33
Octal 357 140 23 0 74 134 6 25 127 63
Binary 11101111 1100000 10011 0 111100 1011100 110 10101 1010111 110011

Color Harmonies of #EF6013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6013

Black with #EF6013

Text Example


Text Example

White with #EF6013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6013; }

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

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

background-color css

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

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

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

border-color css

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

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

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