Html Css Color HEX #EF5A13 Persimmon

📋 copy color: '#EF5A13'

red 239 ◦ green 90 ◦ blue 19

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

Shades of Persimmon #EF5A13

Tints of Persimmon #EF5A13

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.86%

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

R = 68.68%
G = 25.86%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF5A13 (or 0xEF5A13) is known color: Persimmon. HEX triplet: EF, 5A and 13. RGB value is (239,90,19). Sum of RGB (Red+Green+Blue) = 239+90+19=348 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.68% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5A13 is #10A5EC. Grayscale: #7E7E7E. Windows color (decimal): -1091053 or 1268463. OLE color: 1268463.

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

Color convert

RGB 239 90 19 -
CMYK 0 0.62 0.92 0.06
HSL 19.36º 0.87% 0.51% -
HSV(B) 19.36º 0.92% 0.94% -
XYZ 39.37 25.71 3.5 -
YUV 126.46 67.36 208.27 -
System Red Green Blue C M Y K H S L
Decimal 239 90 19 0 0.62 0.92 0.06 19.36 0.87 0.51
Hex EF 5A 13 0 3E 5C 6 13 57 33
Octal 357 132 23 0 76 134 6 23 127 63
Binary 11101111 1011010 10011 0 111110 1011100 110 10011 1010111 110011

Color Harmonies of #EF5A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5A13

Black with #EF5A13

Text Example


Text Example

White with #EF5A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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