Html Css Color HEX #EF5213 Persimmon

📋 copy color: '#EF5213'

red 239 ◦ green 82 ◦ blue 19

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

Shades of Persimmon #EF5213

Tints of Persimmon #EF5213

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.12%

 BLUE value IS 19 (7.81% from 255) = 5.59%

R = 70.29%
G = 24.12%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF5213 (or 0xEF5213) is known color: Persimmon. HEX triplet: EF, 52 and 13. RGB value is (239,82,19). Sum of RGB (Red+Green+Blue) = 239+82+19=340 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.29% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5213 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5213 is #10ADEC. Grayscale: #7A7A7A. Windows color (decimal): -1093101 or 1266415. OLE color: 1266415.

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

Color convert

RGB 239 82 19 -
CMYK 0 0.66 0.92 0.06
HSL 17.18º 0.87% 0.51% -
HSV(B) 17.18º 0.92% 0.94% -
XYZ 38.73 24.43 3.29 -
YUV 121.76 70.01 211.62 -
System Red Green Blue C M Y K H S L
Decimal 239 82 19 0 0.66 0.92 0.06 17.18 0.87 0.51
Hex EF 52 13 0 42 5C 6 11 57 33
Octal 357 122 23 0 102 134 6 21 127 63
Binary 11101111 1010010 10011 0 1000010 1011100 110 10001 1010111 110011

Color Harmonies of #EF5213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5213

Black with #EF5213

Text Example


Text Example

White with #EF5213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5213; }

 p { color: rgb(239,82,19); }

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

background-color css

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

 a { background-color: rgb(239,82,19); }

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

border-color css

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

 span { border-color: rgb(239,82,19); }

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