Html Css Color HEX #EF5019 Persimmon

📋 copy color: '#EF5019'

red 239 ◦ green 80 ◦ blue 25

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

Shades of Persimmon #EF5019

Tints of Persimmon #EF5019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.26%

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

R = 69.48%
G = 23.26%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF5019 (or 0xEF5019) is known color: Persimmon. HEX triplet: EF, 50 and 19. RGB value is (239,80,25). Sum of RGB (Red+Green+Blue) = 239+80+25=344 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.48% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5019 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5019 is #10AFE6. Grayscale: #797979. Windows color (decimal): -1093607 or 1659119. OLE color: 1659119.

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

Color convert

RGB 239 80 25 -
CMYK 0 0.67 0.90 0.06
HSL 15.42º 0.87% 0.52% -
HSV(B) 15.42º 0.9% 0.94% -
XYZ 38.64 24.16 3.55 -
YUV 121.27 73.68 211.97 -
System Red Green Blue C M Y K H S L
Decimal 239 80 25 0 0.67 0.90 0.06 15.42 0.87 0.52
Hex EF 50 19 0 43 5A 6 F 57 34
Octal 357 120 31 0 103 132 6 17 127 64
Binary 11101111 1010000 11001 0 1000011 1011010 110 1111 1010111 110100

Color Harmonies of #EF5019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5019

Black with #EF5019

Text Example


Text Example

White with #EF5019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5019; }

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

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

background-color css

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

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

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

border-color css

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

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

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