Html Css Color HEX #EF5519 Persimmon

📋 copy color: '#EF5519'

red 239 ◦ green 85 ◦ blue 25

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

Shades of Persimmon #EF5519

Tints of Persimmon #EF5519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.16%

R = 68.48%
G = 24.36%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF5519 (or 0xEF5519) is known color: Persimmon. HEX triplet: EF, 55 and 19. RGB value is (239,85,25). Sum of RGB (Red+Green+Blue) = 239+85+25=349 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.48% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 25 (10.16% from 255 or 7.16% from 349); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5519 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5519 is #10AAE6. Grayscale: #7C7C7C. Windows color (decimal): -1092327 or 1660399. OLE color: 1660399.

HSL color Cylindrical-coordinate representation of color #EF5519: hue angle of 16.82º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF5519 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 85 25 -
CMYK 0 0.64 0.90 0.06
HSL 16.82º 0.87% 0.52% -
HSV(B) 16.82º 0.9% 0.94% -
XYZ 39.02 24.92 3.67 -
YUV 124.21 72.02 209.88 -
System Red Green Blue C M Y K H S L
Decimal 239 85 25 0 0.64 0.90 0.06 16.82 0.87 0.52
Hex EF 55 19 0 40 5A 6 11 57 34
Octal 357 125 31 0 100 132 6 21 127 64
Binary 11101111 1010101 11001 0 1000000 1011010 110 10001 1010111 110100

Color Harmonies of #EF5519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5519

Black with #EF5519

Text Example


Text Example

White with #EF5519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5519; }

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

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

background-color css

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

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

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

border-color css

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

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

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