Html Css Color HEX #EC763D Pizazz

📋 copy color: '#EC763D'

red 236 ◦ green 118 ◦ blue 61

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

Shades of Pizazz #EC763D

Tints of Pizazz #EC763D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.7%

R = 56.87%
G = 28.43%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC763D (or 0xEC763D) is known color: Pizazz. HEX triplet: EC, 76 and 3D. RGB value is (236,118,61). Sum of RGB (Red+Green+Blue) = 236+118+61=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC763D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC763D is #1389C2. Grayscale: #939393. Windows color (decimal): -1280451 or 4028140. OLE color: 4028140.

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

Color convert

RGB 236 118 61 -
CMYK 0 0.5 0.74 0.07
HSL 19.54º 0.82% 0.58% -
HSV(B) 19.54º 0.74% 0.93% -
XYZ 41.91 31.13 8.21 -
YUV 146.78 79.59 191.63 -
System Red Green Blue C M Y K H S L
Decimal 236 118 61 0 0.5 0.74 0.07 19.54 0.82 0.58
Hex EC 76 3D 0 32 4A 7 14 52 3A
Octal 354 166 75 0 62 112 7 24 122 72
Binary 11101100 1110110 111101 0 110010 1001010 111 10100 1010010 111010

Color Harmonies of #EC763D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC763D

Black with #EC763D

Text Example


Text Example

White with #EC763D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC763D; }

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

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

background-color css

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

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

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

border-color css

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

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

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