Html Css Color HEX #EC8040 Pizazz

📋 copy color: '#EC8040'

red 236 ◦ green 128 ◦ blue 64

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

Shades of Pizazz #EC8040

Tints of Pizazz #EC8040

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.91%

 BLUE value IS 64 (25.39% from 255) = 14.95%

R = 55.14%
G = 29.91%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC8040 (or 0xEC8040) is known color: Pizazz. HEX triplet: EC, 80 and 40. RGB value is (236,128,64). Sum of RGB (Red+Green+Blue) = 236+128+64=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 64 (25.39% from 255 or 14.95% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8040 is #137FBF. Grayscale: #999999. Windows color (decimal): -1277888 or 4227308. OLE color: 4227308.

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

Color convert

RGB 236 128 64 -
CMYK 0 0.46 0.73 0.07
HSL 22.33º 0.82% 0.59% -
HSV(B) 22.33º 0.73% 0.93% -
XYZ 43.24 33.64 9.07 -
YUV 153 77.78 187.2 -
System Red Green Blue C M Y K H S L
Decimal 236 128 64 0 0.46 0.73 0.07 22.33 0.82 0.59
Hex EC 80 40 0 2E 49 7 16 52 3B
Octal 354 200 100 0 56 111 7 26 122 73
Binary 11101100 10000000 1000000 0 101110 1001001 111 10110 1010010 111011

Color Harmonies of #EC8040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8040

Black with #EC8040

Text Example


Text Example

White with #EC8040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8040; }

 p { color: rgb(236,128,64); }

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

background-color css

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

 a { background-color: rgb(236,128,64); }

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

border-color css

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

 span { border-color: rgb(236,128,64); }

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