Html Css Color HEX #EF5218 Persimmon

📋 copy color: '#EF5218'

red 239 ◦ green 82 ◦ blue 24

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

Shades of Persimmon #EF5218

Tints of Persimmon #EF5218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.96%

R = 69.28%
G = 23.77%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF5218 (or 0xEF5218) is known color: Persimmon. HEX triplet: EF, 52 and 18. RGB value is (239,82,24). Sum of RGB (Red+Green+Blue) = 239+82+24=345 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.28% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5218 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5218 is #10ADE7. Grayscale: #7A7A7A. Windows color (decimal): -1093096 or 1594095. OLE color: 1594095.

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

Color convert

RGB 239 82 24 -
CMYK 0 0.66 0.90 0.06
HSL 16.19º 0.87% 0.52% -
HSV(B) 16.19º 0.9% 0.94% -
XYZ 38.78 24.45 3.54 -
YUV 122.33 72.51 211.22 -
System Red Green Blue C M Y K H S L
Decimal 239 82 24 0 0.66 0.90 0.06 16.19 0.87 0.52
Hex EF 52 18 0 42 5A 6 10 57 34
Octal 357 122 30 0 102 132 6 20 127 64
Binary 11101111 1010010 11000 0 1000010 1011010 110 10000 1010111 110100

Color Harmonies of #EF5218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5218

Black with #EF5218

Text Example


Text Example

White with #EF5218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5218; }

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

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

background-color css

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

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

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

border-color css

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

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

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