Html Css Color HEX #EC7A41 Pizazz

📋 copy color: '#EC7A41'

red 236 ◦ green 122 ◦ blue 65

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

Shades of Pizazz #EC7A41

Tints of Pizazz #EC7A41

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.84%

 BLUE value IS 65 (25.78% from 255) = 15.37%

R = 55.79%
G = 28.84%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC7A41 (or 0xEC7A41) is known color: Pizazz. HEX triplet: EC, 7A and 41. RGB value is (236,122,65). Sum of RGB (Red+Green+Blue) = 236+122+65=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 65 (25.78% from 255 or 15.37% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7A41 is #1385BE. Grayscale: #959595. Windows color (decimal): -1279423 or 4291308. OLE color: 4291308.

HSL color Cylindrical-coordinate representation of color #EC7A41: hue angle of 20º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC7A41 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 122 65 -
CMYK 0 0.48 0.72 0.07
HSL 20º 0.82% 0.59% -
HSV(B) 20º 0.72% 0.93% -
XYZ 42.51 32.13 8.96 -
YUV 149.59 80.27 189.63 -
System Red Green Blue C M Y K H S L
Decimal 236 122 65 0 0.48 0.72 0.07 20 0.82 0.59
Hex EC 7A 41 0 30 48 7 14 52 3B
Octal 354 172 101 0 60 110 7 24 122 73
Binary 11101100 1111010 1000001 0 110000 1001000 111 10100 1010010 111011

Color Harmonies of #EC7A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7A41

Black with #EC7A41

Text Example


Text Example

White with #EC7A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7A41; }

 p { color: rgb(236,122,65); }

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

background-color css

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

 a { background-color: rgb(236,122,65); }

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

border-color css

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

 span { border-color: rgb(236,122,65); }

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