Html Css Color HEX #EF5A04 Persimmon

📋 copy color: '#EF5A04'

red 239 ◦ green 90 ◦ blue 4

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

Shades of Persimmon #EF5A04

Tints of Persimmon #EF5A04

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.03%

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

R = 71.77%
G = 27.03%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF5A04 (or 0xEF5A04) is known color: Persimmon. HEX triplet: EF, 5A and 04. RGB value is (239,90,4). Sum of RGB (Red+Green+Blue) = 239+90+4=333 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.77% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 4 (1.95% from 255 or 1.20% from 333); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5A04 is #10A5FB. Grayscale: #7D7D7D. Windows color (decimal): -1091068 or 285423. OLE color: 285423.

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

Color convert

RGB 239 90 4 -
CMYK 0 0.62 0.98 0.06
HSL 21.96º 0.97% 0.48% -
HSV(B) 21.96º 0.98% 0.94% -
XYZ 39.27 25.67 3 -
YUV 124.75 59.86 209.49 -
System Red Green Blue C M Y K H S L
Decimal 239 90 4 0 0.62 0.98 0.06 21.96 0.97 0.48
Hex EF 5A 4 0 3E 62 6 16 61 30
Octal 357 132 4 0 76 142 6 26 141 60
Binary 11101111 1011010 100 0 111110 1100010 110 10110 1100001 110000

Color Harmonies of #EF5A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5A04

Black with #EF5A04

Text Example


Text Example

White with #EF5A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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