Html Css Color HEX #EF5004 Persimmon

📋 copy color: '#EF5004'

red 239 ◦ green 80 ◦ blue 4

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

Shades of Persimmon #EF5004

Tints of Persimmon #EF5004

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.77%

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

R = 73.99%
G = 24.77%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF5004 (or 0xEF5004) is known color: Persimmon. HEX triplet: EF, 50 and 04. RGB value is (239,80,4). Sum of RGB (Red+Green+Blue) = 239+80+4=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5004 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5004 is #10AFFB. Grayscale: #777777. Windows color (decimal): -1093628 or 282863. OLE color: 282863.

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

Color convert

RGB 239 80 4 -
CMYK 0 0.67 0.98 0.06
HSL 19.4º 0.97% 0.48% -
HSV(B) 19.4º 0.98% 0.94% -
XYZ 38.49 24.1 2.74 -
YUV 118.88 63.18 213.68 -
System Red Green Blue C M Y K H S L
Decimal 239 80 4 0 0.67 0.98 0.06 19.4 0.97 0.48
Hex EF 50 4 0 43 62 6 13 61 30
Octal 357 120 4 0 103 142 6 23 141 60
Binary 11101111 1010000 100 0 1000011 1100010 110 10011 1100001 110000

Color Harmonies of #EF5004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5004

Black with #EF5004

Text Example


Text Example

White with #EF5004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5004; }

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

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

background-color css

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

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

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

border-color css

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

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

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