Html Css Color HEX #EF5914 Persimmon

📋 copy color: '#EF5914'

red 239 ◦ green 89 ◦ blue 20

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

Shades of Persimmon #EF5914

Tints of Persimmon #EF5914

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.57%

 BLUE value IS 20 (8.2% from 255) = 5.75%

R = 68.68%
G = 25.57%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF5914 (or 0xEF5914) is known color: Persimmon. HEX triplet: EF, 59 and 14. RGB value is (239,89,20). Sum of RGB (Red+Green+Blue) = 239+89+20=348 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.68% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5914 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5914 is #10A6EB. Grayscale: #7E7E7E. Windows color (decimal): -1091308 or 1333743. OLE color: 1333743.

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

Color convert

RGB 239 89 20 -
CMYK 0 0.63 0.92 0.06
HSL 18.9º 0.87% 0.51% -
HSV(B) 18.9º 0.92% 0.94% -
XYZ 39.3 25.55 3.52 -
YUV 125.98 68.2 208.61 -
System Red Green Blue C M Y K H S L
Decimal 239 89 20 0 0.63 0.92 0.06 18.9 0.87 0.51
Hex EF 59 14 0 3F 5C 6 13 57 33
Octal 357 131 24 0 77 134 6 23 127 63
Binary 11101111 1011001 10100 0 111111 1011100 110 10011 1010111 110011

Color Harmonies of #EF5914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5914

Black with #EF5914

Text Example


Text Example

White with #EF5914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5914; }

 p { color: rgb(239,89,20); }

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

background-color css

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

 a { background-color: rgb(239,89,20); }

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

border-color css

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

 span { border-color: rgb(239,89,20); }

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