Html Css Color HEX #EC6204 Persimmon

📋 copy color: '#EC6204'

red 236 ◦ green 98 ◦ blue 4

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

Shades of Persimmon #EC6204

Tints of Persimmon #EC6204

RGB

 RED value IS 236 (92.58% from 255) = 69.82%

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

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

R = 69.82%
G = 28.99%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC6204 (or 0xEC6204) is known color: Persimmon. HEX triplet: EC, 62 and 04. RGB value is (236,98,4). Sum of RGB (Red+Green+Blue) = 236+98+4=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6204 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6204 is #139DFB. Grayscale: #818181. Windows color (decimal): -1285628 or 287468. OLE color: 287468.

HSL color Cylindrical-coordinate representation of color #EC6204: hue angle of 24.31º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC6204 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 98 4 -
CMYK 0 0.58 0.98 0.07
HSL 24.31º 0.97% 0.47% -
HSV(B) 24.31º 0.98% 0.93% -
XYZ 38.98 26.58 3.19 -
YUV 128.55 57.72 204.64 -
System Red Green Blue C M Y K H S L
Decimal 236 98 4 0 0.58 0.98 0.07 24.31 0.97 0.47
Hex EC 62 4 0 3A 62 7 18 61 2F
Octal 354 142 4 0 72 142 7 30 141 57
Binary 11101100 1100010 100 0 111010 1100010 111 11000 1100001 101111

Color Harmonies of #EC6204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6204

Black with #EC6204

Text Example


Text Example

White with #EC6204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6204; }

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

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

background-color css

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

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

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

border-color css

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

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

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