Html Css Color HEX #EC773B Pizazz

📋 copy color: '#EC773B'

red 236 ◦ green 119 ◦ blue 59

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

Shades of Pizazz #EC773B

Tints of Pizazz #EC773B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.74%

 BLUE value IS 59 (23.44% from 255) = 14.25%

R = 57%
G = 28.74%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC773B (or 0xEC773B) is known color: Pizazz. HEX triplet: EC, 77 and 3B. RGB value is (236,119,59). Sum of RGB (Red+Green+Blue) = 236+119+59=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 59 (23.44% from 255 or 14.25% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC773B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC773B is #1388C4. Grayscale: #939393. Windows color (decimal): -1280197 or 3897324. OLE color: 3897324.

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

Color convert

RGB 236 119 59 -
CMYK 0 0.50 0.75 0.07
HSL 20.34º 0.82% 0.58% -
HSV(B) 20.34º 0.75% 0.93% -
XYZ 41.98 31.34 7.97 -
YUV 147.14 78.26 191.38 -
System Red Green Blue C M Y K H S L
Decimal 236 119 59 0 0.50 0.75 0.07 20.34 0.82 0.58
Hex EC 77 3B 0 32 4B 7 14 52 3A
Octal 354 167 73 0 62 113 7 24 122 72
Binary 11101100 1110111 111011 0 110010 1001011 111 10100 1010010 111010

Color Harmonies of #EC773B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC773B

Black with #EC773B

Text Example


Text Example

White with #EC773B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC773B; }

 p { color: rgb(236,119,59); }

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

background-color css

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

 a { background-color: rgb(236,119,59); }

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

border-color css

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

 span { border-color: rgb(236,119,59); }

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