Html Css Color HEX #EF5212 Persimmon

📋 copy color: '#EF5212'

red 239 ◦ green 82 ◦ blue 18

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

Shades of Persimmon #EF5212

Tints of Persimmon #EF5212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.31%

R = 70.5%
G = 24.19%
B = 5.31%

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

#EF5212 (or 0xEF5212) is known color: Persimmon. HEX triplet: EF, 52 and 12. RGB value is (239,82,18). Sum of RGB (Red+Green+Blue) = 239+82+18=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5212 is #10ADED. Grayscale: #7A7A7A. Windows color (decimal): -1093102 or 1200879. OLE color: 1200879.

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

Color convert

RGB 239 82 18 -
CMYK 0 0.66 0.92 0.06
HSL 17.38º 0.87% 0.5% -
HSV(B) 17.38º 0.92% 0.94% -
XYZ 38.72 24.43 3.25 -
YUV 121.65 69.51 211.7 -
System Red Green Blue C M Y K H S L
Decimal 239 82 18 0 0.66 0.92 0.06 17.38 0.87 0.5
Hex EF 52 12 0 42 5C 6 11 57 32
Octal 357 122 22 0 102 134 6 21 127 62
Binary 11101111 1010010 10010 0 1000010 1011100 110 10001 1010111 110010

Color Harmonies of #EF5212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5212

Black with #EF5212

Text Example


Text Example

White with #EF5212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5212; }

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

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

background-color css

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

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

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

border-color css

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

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

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