Html Css Color HEX #EC763B Pizazz

📋 copy color: '#EC763B'

red 236 ◦ green 118 ◦ blue 59

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

Shades of Pizazz #EC763B

Tints of Pizazz #EC763B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.57%

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

R = 57.14%
G = 28.57%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC763B (or 0xEC763B) is known color: Pizazz. HEX triplet: EC, 76 and 3B. RGB value is (236,118,59). Sum of RGB (Red+Green+Blue) = 236+118+59=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 59 (23.44% from 255 or 14.29% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC763B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC763B is #1389C4. Grayscale: #929292. Windows color (decimal): -1280453 or 3897068. OLE color: 3897068.

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

Color convert

RGB 236 118 59 -
CMYK 0 0.5 0.75 0.07
HSL 20º 0.82% 0.58% -
HSV(B) 20º 0.75% 0.93% -
XYZ 41.86 31.11 7.94 -
YUV 146.56 78.59 191.8 -
System Red Green Blue C M Y K H S L
Decimal 236 118 59 0 0.5 0.75 0.07 20 0.82 0.58
Hex EC 76 3B 0 32 4B 7 14 52 3A
Octal 354 166 73 0 62 113 7 24 122 72
Binary 11101100 1110110 111011 0 110010 1001011 111 10100 1010010 111010

Color Harmonies of #EC763B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC763B

Black with #EC763B

Text Example


Text Example

White with #EC763B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC763B; }

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

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

background-color css

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

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

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

border-color css

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

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

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