Html Css Color HEX #EF4C16 Persimmon

📋 copy color: '#EF4C16'

red 239 ◦ green 76 ◦ blue 22

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

Shades of Persimmon #EF4C16

Tints of Persimmon #EF4C16

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.55%

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

R = 70.92%
G = 22.55%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF4C16 (or 0xEF4C16) is known color: Persimmon. HEX triplet: EF, 4C and 16. RGB value is (239,76,22). Sum of RGB (Red+Green+Blue) = 239+76+22=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4C16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4C16 is #10B3E9. Grayscale: #767676. Windows color (decimal): -1094634 or 1461487. OLE color: 1461487.

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

Color convert

RGB 239 76 22 -
CMYK 0 0.68 0.91 0.06
HSL 14.93º 0.87% 0.51% -
HSV(B) 14.93º 0.91% 0.94% -
XYZ 38.33 23.58 3.29 -
YUV 118.58 73.5 213.89 -
System Red Green Blue C M Y K H S L
Decimal 239 76 22 0 0.68 0.91 0.06 14.93 0.87 0.51
Hex EF 4C 16 0 44 5B 6 F 57 33
Octal 357 114 26 0 104 133 6 17 127 63
Binary 11101111 1001100 10110 0 1000100 1011011 110 1111 1010111 110011

Color Harmonies of #EF4C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4C16

Black with #EF4C16

Text Example


Text Example

White with #EF4C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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