Html Css Color HEX #EF5204 Persimmon

📋 copy color: '#EF5204'

red 239 ◦ green 82 ◦ blue 4

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

Shades of Persimmon #EF5204

Tints of Persimmon #EF5204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.23%

R = 73.54%
G = 25.23%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF5204 (or 0xEF5204) is known color: Persimmon. HEX triplet: EF, 52 and 04. RGB value is (239,82,4). Sum of RGB (Red+Green+Blue) = 239+82+4=325 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.54% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5204 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5204 is #10ADFB. Grayscale: #787878. Windows color (decimal): -1093116 or 283375. OLE color: 283375.

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

Color convert

RGB 239 82 4 -
CMYK 0 0.66 0.98 0.06
HSL 19.91º 0.97% 0.48% -
HSV(B) 19.91º 0.98% 0.94% -
XYZ 38.64 24.39 2.79 -
YUV 120.05 62.51 212.84 -
System Red Green Blue C M Y K H S L
Decimal 239 82 4 0 0.66 0.98 0.06 19.91 0.97 0.48
Hex EF 52 4 0 42 62 6 14 61 30
Octal 357 122 4 0 102 142 6 24 141 60
Binary 11101111 1010010 100 0 1000010 1100010 110 10100 1100001 110000

Color Harmonies of #EF5204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5204

Black with #EF5204

Text Example


Text Example

White with #EF5204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5204; }

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

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

background-color css

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

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

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

border-color css

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

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

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