Html Css Color HEX #EF5E04 Persimmon

📋 copy color: '#EF5E04'

red 239 ◦ green 94 ◦ blue 4

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

Shades of Persimmon #EF5E04

Tints of Persimmon #EF5E04

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.89%

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

R = 70.92%
G = 27.89%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF5E04 (or 0xEF5E04) is known color: Persimmon. HEX triplet: EF, 5E and 04. RGB value is (239,94,4). Sum of RGB (Red+Green+Blue) = 239+94+4=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5E04 is #10A1FB. Grayscale: #7F7F7F. Windows color (decimal): -1090044 or 286447. OLE color: 286447.

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

Color convert

RGB 239 94 4 -
CMYK 0 0.61 0.98 0.06
HSL 22.98º 0.97% 0.48% -
HSV(B) 22.98º 0.98% 0.94% -
XYZ 39.62 26.36 3.12 -
YUV 127.1 58.54 207.82 -
System Red Green Blue C M Y K H S L
Decimal 239 94 4 0 0.61 0.98 0.06 22.98 0.97 0.48
Hex EF 5E 4 0 3D 62 6 17 61 30
Octal 357 136 4 0 75 142 6 27 141 60
Binary 11101111 1011110 100 0 111101 1100010 110 10111 1100001 110000

Color Harmonies of #EF5E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5E04

Black with #EF5E04

Text Example


Text Example

White with #EF5E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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