Html Css Color HEX #EC763A Pizazz

📋 copy color: '#EC763A'

red 236 ◦ green 118 ◦ blue 58

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

Shades of Pizazz #EC763A

Tints of Pizazz #EC763A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.08%

R = 57.28%
G = 28.64%
B = 14.08%

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

#EC763A (or 0xEC763A) is known color: Pizazz. HEX triplet: EC, 76 and 3A. RGB value is (236,118,58). Sum of RGB (Red+Green+Blue) = 236+118+58=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 58 (23.05% from 255 or 14.08% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC763A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC763A is #1389C5. Grayscale: #929292. Windows color (decimal): -1280454 or 3831532. OLE color: 3831532.

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

Color convert

RGB 236 118 58 -
CMYK 0 0.5 0.75 0.07
HSL 20.22º 0.82% 0.58% -
HSV(B) 20.22º 0.75% 0.93% -
XYZ 41.83 31.1 7.8 -
YUV 146.44 78.09 191.88 -
System Red Green Blue C M Y K H S L
Decimal 236 118 58 0 0.5 0.75 0.07 20.22 0.82 0.58
Hex EC 76 3A 0 32 4B 7 14 52 3A
Octal 354 166 72 0 62 113 7 24 122 72
Binary 11101100 1110110 111010 0 110010 1001011 111 10100 1010010 111010

Color Harmonies of #EC763A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC763A

Black with #EC763A

Text Example


Text Example

White with #EC763A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC763A; }

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

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

background-color css

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

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

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

border-color css

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

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

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