Html Css Color HEX #EF6004 Persimmon

📋 copy color: '#EF6004'

red 239 ◦ green 96 ◦ blue 4

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

Shades of Persimmon #EF6004

Tints of Persimmon #EF6004

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.32%

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

R = 70.5%
G = 28.32%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF6004 (or 0xEF6004) is known color: Persimmon. HEX triplet: EF, 60 and 04. RGB value is (239,96,4). Sum of RGB (Red+Green+Blue) = 239+96+4=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6004 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6004 is #109FFB. Grayscale: #808080. Windows color (decimal): -1089532 or 286959. OLE color: 286959.

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

Color convert

RGB 239 96 4 -
CMYK 0 0.60 0.98 0.06
HSL 23.49º 0.97% 0.48% -
HSV(B) 23.49º 0.98% 0.94% -
XYZ 39.8 26.73 3.18 -
YUV 128.27 57.88 206.98 -
System Red Green Blue C M Y K H S L
Decimal 239 96 4 0 0.60 0.98 0.06 23.49 0.97 0.48
Hex EF 60 4 0 3C 62 6 17 61 30
Octal 357 140 4 0 74 142 6 27 141 60
Binary 11101111 1100000 100 0 111100 1100010 110 10111 1100001 110000

Color Harmonies of #EF6004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6004

Black with #EF6004

Text Example


Text Example

White with #EF6004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6004; }

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

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

background-color css

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

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

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

border-color css

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

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

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