Html Css Color HEX #EF5214 Persimmon

📋 copy color: '#EF5214'

red 239 ◦ green 82 ◦ blue 20

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

Shades of Persimmon #EF5214

Tints of Persimmon #EF5214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.87%

R = 70.09%
G = 24.05%
B = 5.87%

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

#EF5214 (or 0xEF5214) is known color: Persimmon. HEX triplet: EF, 52 and 14. RGB value is (239,82,20). Sum of RGB (Red+Green+Blue) = 239+82+20=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5214 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5214 is #10ADEB. Grayscale: #7A7A7A. Windows color (decimal): -1093100 or 1331951. OLE color: 1331951.

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

Color convert

RGB 239 82 20 -
CMYK 0 0.66 0.92 0.06
HSL 16.99º 0.87% 0.51% -
HSV(B) 16.99º 0.92% 0.94% -
XYZ 38.74 24.44 3.34 -
YUV 121.88 70.51 211.54 -
System Red Green Blue C M Y K H S L
Decimal 239 82 20 0 0.66 0.92 0.06 16.99 0.87 0.51
Hex EF 52 14 0 42 5C 6 11 57 33
Octal 357 122 24 0 102 134 6 21 127 63
Binary 11101111 1010010 10100 0 1000010 1011100 110 10001 1010111 110011

Color Harmonies of #EF5214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5214

Black with #EF5214

Text Example


Text Example

White with #EF5214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5214; }

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

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

background-color css

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

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

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

border-color css

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

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

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