Html Css Color HEX #EF6204 Persimmon

📋 copy color: '#EF6204'

red 239 ◦ green 98 ◦ blue 4

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

Shades of Persimmon #EF6204

Tints of Persimmon #EF6204

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.74%

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

R = 70.09%
G = 28.74%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF6204 (or 0xEF6204) is known color: Persimmon. HEX triplet: EF, 62 and 04. RGB value is (239,98,4). Sum of RGB (Red+Green+Blue) = 239+98+4=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6204 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6204 is #109DFB. Grayscale: #818181. Windows color (decimal): -1089020 or 287471. OLE color: 287471.

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

Color convert

RGB 239 98 4 -
CMYK 0 0.59 0.98 0.06
HSL 24º 0.97% 0.48% -
HSV(B) 24º 0.98% 0.94% -
XYZ 39.99 27.09 3.24 -
YUV 129.44 57.21 206.14 -
System Red Green Blue C M Y K H S L
Decimal 239 98 4 0 0.59 0.98 0.06 24 0.97 0.48
Hex EF 62 4 0 3B 62 6 18 61 30
Octal 357 142 4 0 73 142 6 30 141 60
Binary 11101111 1100010 100 0 111011 1100010 110 11000 1100001 110000

Color Harmonies of #EF6204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6204

Black with #EF6204

Text Example


Text Example

White with #EF6204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6204; }

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

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

background-color css

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

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

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

border-color css

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

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

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