Html Css Color HEX #EF5416 Persimmon

📋 copy color: '#EF5416'

red 239 ◦ green 84 ◦ blue 22

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

Shades of Persimmon #EF5416

Tints of Persimmon #EF5416

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.35%

 BLUE value IS 22 (8.98% from 255) = 6.38%

R = 69.28%
G = 24.35%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF5416 (or 0xEF5416) is known color: Persimmon. HEX triplet: EF, 54 and 16. RGB value is (239,84,22). Sum of RGB (Red+Green+Blue) = 239+84+22=345 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.28% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5416 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5416 is #10ABE9. Grayscale: #7B7B7B. Windows color (decimal): -1092586 or 1463535. OLE color: 1463535.

HSL color Cylindrical-coordinate representation of color #EF5416: hue angle of 17.14º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF5416 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 84 22 -
CMYK 0 0.65 0.91 0.06
HSL 17.14º 0.87% 0.51% -
HSV(B) 17.14º 0.91% 0.94% -
XYZ 38.91 24.75 3.49 -
YUV 123.28 70.85 210.54 -
System Red Green Blue C M Y K H S L
Decimal 239 84 22 0 0.65 0.91 0.06 17.14 0.87 0.51
Hex EF 54 16 0 41 5B 6 11 57 33
Octal 357 124 26 0 101 133 6 21 127 63
Binary 11101111 1010100 10110 0 1000001 1011011 110 10001 1010111 110011

Color Harmonies of #EF5416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5416

Black with #EF5416

Text Example


Text Example

White with #EF5416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5416; }

 p { color: rgb(239,84,22); }

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

background-color css

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

 a { background-color: rgb(239,84,22); }

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

border-color css

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

 span { border-color: rgb(239,84,22); }

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