Html Css Color HEX #EC6404 Persimmon

📋 copy color: '#EC6404'

red 236 ◦ green 100 ◦ blue 4

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

Shades of Persimmon #EC6404

Tints of Persimmon #EC6404

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.41%

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

R = 69.41%
G = 29.41%
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

#EC6404 (or 0xEC6404) is known color: Persimmon. HEX triplet: EC, 64 and 04. RGB value is (236,100,4). Sum of RGB (Red+Green+Blue) = 236+100+4=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 4 (1.95% from 255 or 1.18% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6404 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6404 is #139BFB. Grayscale: #828282. Windows color (decimal): -1285116 or 287980. OLE color: 287980.

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

Color convert

RGB 236 100 4 -
CMYK 0 0.58 0.98 0.07
HSL 24.83º 0.97% 0.47% -
HSV(B) 24.83º 0.98% 0.93% -
XYZ 39.17 26.96 3.25 -
YUV 129.72 57.06 203.81 -
System Red Green Blue C M Y K H S L
Decimal 236 100 4 0 0.58 0.98 0.07 24.83 0.97 0.47
Hex EC 64 4 0 3A 62 7 19 61 2F
Octal 354 144 4 0 72 142 7 31 141 57
Binary 11101100 1100100 100 0 111010 1100010 111 11001 1100001 101111

Color Harmonies of #EC6404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6404

Black with #EC6404

Text Example


Text Example

White with #EC6404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6404; }

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

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

background-color css

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

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

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

border-color css

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

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

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