Html Css Color HEX #EF5313 Persimmon

📋 copy color: '#EF5313'

red 239 ◦ green 83 ◦ blue 19

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

Shades of Persimmon #EF5313

Tints of Persimmon #EF5313

RGB

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

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

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

R = 70.09%
G = 24.34%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF5313 (or 0xEF5313) is known color: Persimmon. HEX triplet: EF, 53 and 13. RGB value is (239,83,19). Sum of RGB (Red+Green+Blue) = 239+83+19=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5313 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5313 is #10ACEC. Grayscale: #7A7A7A. Windows color (decimal): -1092845 or 1266671. OLE color: 1266671.

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

Color convert

RGB 239 83 19 -
CMYK 0 0.65 0.92 0.06
HSL 17.45º 0.87% 0.51% -
HSV(B) 17.45º 0.92% 0.94% -
XYZ 38.81 24.58 3.32 -
YUV 122.35 69.68 211.2 -
System Red Green Blue C M Y K H S L
Decimal 239 83 19 0 0.65 0.92 0.06 17.45 0.87 0.51
Hex EF 53 13 0 41 5C 6 11 57 33
Octal 357 123 23 0 101 134 6 21 127 63
Binary 11101111 1010011 10011 0 1000001 1011100 110 10001 1010111 110011

Color Harmonies of #EF5313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5313

Black with #EF5313

Text Example


Text Example

White with #EF5313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5313; }

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

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

background-color css

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

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

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

border-color css

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

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

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