Html Css Color HEX #EF5514 Persimmon

📋 copy color: '#EF5514'

red 239 ◦ green 85 ◦ blue 20

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

Shades of Persimmon #EF5514

Tints of Persimmon #EF5514

RGB

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

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

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

R = 69.48%
G = 24.71%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF5514 (or 0xEF5514) is known color: Persimmon. HEX triplet: EF, 55 and 14. RGB value is (239,85,20). Sum of RGB (Red+Green+Blue) = 239+85+20=344 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.48% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5514 is #10AAEB. Grayscale: #7C7C7C. Windows color (decimal): -1092332 or 1332719. OLE color: 1332719.

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

Color convert

RGB 239 85 20 -
CMYK 0 0.64 0.92 0.06
HSL 17.81º 0.87% 0.51% -
HSV(B) 17.81º 0.92% 0.94% -
XYZ 38.97 24.9 3.41 -
YUV 123.64 69.52 210.29 -
System Red Green Blue C M Y K H S L
Decimal 239 85 20 0 0.64 0.92 0.06 17.81 0.87 0.51
Hex EF 55 14 0 40 5C 6 12 57 33
Octal 357 125 24 0 100 134 6 22 127 63
Binary 11101111 1010101 10100 0 1000000 1011100 110 10010 1010111 110011

Color Harmonies of #EF5514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5514

Black with #EF5514

Text Example


Text Example

White with #EF5514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5514; }

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

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

background-color css

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

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

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

border-color css

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

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

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