Html Css Color HEX #EF5304 Persimmon

📋 copy color: '#EF5304'

red 239 ◦ green 83 ◦ blue 4

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

Shades of Persimmon #EF5304

Tints of Persimmon #EF5304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.46%

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

R = 73.31%
G = 25.46%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF5304 (or 0xEF5304) is known color: Persimmon. HEX triplet: EF, 53 and 04. RGB value is (239,83,4). Sum of RGB (Red+Green+Blue) = 239+83+4=326 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.31% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5304 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5304 is #10ACFB. Grayscale: #797979. Windows color (decimal): -1092860 or 283631. OLE color: 283631.

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

Color convert

RGB 239 83 4 -
CMYK 0 0.65 0.98 0.06
HSL 20.17º 0.97% 0.48% -
HSV(B) 20.17º 0.98% 0.94% -
XYZ 38.71 24.55 2.81 -
YUV 120.64 62.18 212.42 -
System Red Green Blue C M Y K H S L
Decimal 239 83 4 0 0.65 0.98 0.06 20.17 0.97 0.48
Hex EF 53 4 0 41 62 6 14 61 30
Octal 357 123 4 0 101 142 6 24 141 60
Binary 11101111 1010011 100 0 1000001 1100010 110 10100 1100001 110000

Color Harmonies of #EF5304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5304

Black with #EF5304

Text Example


Text Example

White with #EF5304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5304; }

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

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

background-color css

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

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

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

border-color css

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

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

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