Html Css Color HEX #EF5413 Persimmon

📋 copy color: '#EF5413'

red 239 ◦ green 84 ◦ blue 19

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

Shades of Persimmon #EF5413

Tints of Persimmon #EF5413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.56%

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

R = 69.88%
G = 24.56%
B = 5.56%

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

#EF5413 (or 0xEF5413) is known color: Persimmon. HEX triplet: EF, 54 and 13. RGB value is (239,84,19). Sum of RGB (Red+Green+Blue) = 239+84+19=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5413 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5413 is #10ABEC. Grayscale: #7B7B7B. Windows color (decimal): -1092589 or 1266927. OLE color: 1266927.

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

Color convert

RGB 239 84 19 -
CMYK 0 0.65 0.92 0.06
HSL 17.73º 0.87% 0.51% -
HSV(B) 17.73º 0.92% 0.94% -
XYZ 38.88 24.74 3.34 -
YUV 122.94 69.35 210.79 -
System Red Green Blue C M Y K H S L
Decimal 239 84 19 0 0.65 0.92 0.06 17.73 0.87 0.51
Hex EF 54 13 0 41 5C 6 12 57 33
Octal 357 124 23 0 101 134 6 22 127 63
Binary 11101111 1010100 10011 0 1000001 1011100 110 10010 1010111 110011

Color Harmonies of #EF5413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5413

Black with #EF5413

Text Example


Text Example

White with #EF5413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5413; }

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

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

background-color css

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

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

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

border-color css

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

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

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