Html Css Color HEX #EF5A14 Persimmon

📋 copy color: '#EF5A14'

red 239 ◦ green 90 ◦ blue 20

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

Shades of Persimmon #EF5A14

Tints of Persimmon #EF5A14

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.79%

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

R = 68.48%
G = 25.79%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF5A14 (or 0xEF5A14) is known color: Persimmon. HEX triplet: EF, 5A and 14. RGB value is (239,90,20). Sum of RGB (Red+Green+Blue) = 239+90+20=349 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.48% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5A14 is #10A5EB. Grayscale: #7F7F7F. Windows color (decimal): -1091052 or 1333999. OLE color: 1333999.

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

Color convert

RGB 239 90 20 -
CMYK 0 0.62 0.92 0.06
HSL 19.18º 0.87% 0.51% -
HSV(B) 19.18º 0.92% 0.94% -
XYZ 39.38 25.71 3.55 -
YUV 126.57 67.86 208.19 -
System Red Green Blue C M Y K H S L
Decimal 239 90 20 0 0.62 0.92 0.06 19.18 0.87 0.51
Hex EF 5A 14 0 3E 5C 6 13 57 33
Octal 357 132 24 0 76 134 6 23 127 63
Binary 11101111 1011010 10100 0 111110 1011100 110 10011 1010111 110011

Color Harmonies of #EF5A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5A14

Black with #EF5A14

Text Example


Text Example

White with #EF5A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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