Html Css Color HEX #EF5719 Persimmon

📋 copy color: '#EF5719'

red 239 ◦ green 87 ◦ blue 25

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

Shades of Persimmon #EF5719

Tints of Persimmon #EF5719

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.79%

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

R = 68.09%
G = 24.79%
B = 7.12%

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

#EF5719 (or 0xEF5719) is known color: Persimmon. HEX triplet: EF, 57 and 19. RGB value is (239,87,25). Sum of RGB (Red+Green+Blue) = 239+87+25=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5719 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5719 is #10A8E6. Grayscale: #7D7D7D. Windows color (decimal): -1091815 or 1660911. OLE color: 1660911.

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

Color convert

RGB 239 87 25 -
CMYK 0 0.64 0.90 0.06
HSL 17.38º 0.87% 0.52% -
HSV(B) 17.38º 0.9% 0.94% -
XYZ 39.18 25.24 3.73 -
YUV 125.38 71.36 209.04 -
System Red Green Blue C M Y K H S L
Decimal 239 87 25 0 0.64 0.90 0.06 17.38 0.87 0.52
Hex EF 57 19 0 40 5A 6 11 57 34
Octal 357 127 31 0 100 132 6 21 127 64
Binary 11101111 1010111 11001 0 1000000 1011010 110 10001 1010111 110100

Color Harmonies of #EF5719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5719

Black with #EF5719

Text Example


Text Example

White with #EF5719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5719; }

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

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

background-color css

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

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

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

border-color css

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

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

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