Html Css Color HEX #EF5513 Persimmon

📋 copy color: '#EF5513'

red 239 ◦ green 85 ◦ blue 19

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

Shades of Persimmon #EF5513

Tints of Persimmon #EF5513

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.78%

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

R = 69.68%
G = 24.78%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF5513 (or 0xEF5513) is known color: Persimmon. HEX triplet: EF, 55 and 13. RGB value is (239,85,19). Sum of RGB (Red+Green+Blue) = 239+85+19=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5513 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5513 is #10AAEC. Grayscale: #7B7B7B. Windows color (decimal): -1092333 or 1267183. OLE color: 1267183.

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

Color convert

RGB 239 85 19 -
CMYK 0 0.64 0.92 0.06
HSL 18º 0.87% 0.51% -
HSV(B) 18º 0.92% 0.94% -
XYZ 38.96 24.89 3.37 -
YUV 123.52 69.02 210.37 -
System Red Green Blue C M Y K H S L
Decimal 239 85 19 0 0.64 0.92 0.06 18 0.87 0.51
Hex EF 55 13 0 40 5C 6 12 57 33
Octal 357 125 23 0 100 134 6 22 127 63
Binary 11101111 1010101 10011 0 1000000 1011100 110 10010 1010111 110011

Color Harmonies of #EF5513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5513

Black with #EF5513

Text Example


Text Example

White with #EF5513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5513; }

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

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

background-color css

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

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

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

border-color css

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

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

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