Html Css Color HEX #EC4A04 Persimmon

📋 copy color: '#EC4A04'

red 236 ◦ green 74 ◦ blue 4

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

Shades of Persimmon #EC4A04

Tints of Persimmon #EC4A04

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.57%

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

R = 75.16%
G = 23.57%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC4A04 (or 0xEC4A04) is known color: Persimmon. HEX triplet: EC, 4A and 04. RGB value is (236,74,4). Sum of RGB (Red+Green+Blue) = 236+74+4=314 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.16% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 4 (1.95% from 255 or 1.27% from 314); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4A04 is #13B5FB. Grayscale: #727272. Windows color (decimal): -1291772 or 281324. OLE color: 281324.

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

Color convert

RGB 236 74 4 -
CMYK 0 0.69 0.98 0.07
HSL 18.1º 0.97% 0.47% -
HSV(B) 18.1º 0.98% 0.93% -
XYZ 37.06 22.74 2.55 -
YUV 114.46 65.67 214.69 -
System Red Green Blue C M Y K H S L
Decimal 236 74 4 0 0.69 0.98 0.07 18.1 0.97 0.47
Hex EC 4A 4 0 45 62 7 12 61 2F
Octal 354 112 4 0 105 142 7 22 141 57
Binary 11101100 1001010 100 0 1000101 1100010 111 10010 1100001 101111

Color Harmonies of #EC4A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4A04

Black with #EC4A04

Text Example


Text Example

White with #EC4A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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