Html Css Color HEX #EC7C3F Pizazz

📋 copy color: '#EC7C3F'

red 236 ◦ green 124 ◦ blue 63

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

Shades of Pizazz #EC7C3F

Tints of Pizazz #EC7C3F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.31%

 BLUE value IS 63 (25% from 255) = 14.89%

R = 55.79%
G = 29.31%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC7C3F (or 0xEC7C3F) is known color: Pizazz. HEX triplet: EC, 7C and 3F. RGB value is (236,124,63). Sum of RGB (Red+Green+Blue) = 236+124+63=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 63 (25% from 255 or 14.89% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7C3F is #1383C0. Grayscale: #969696. Windows color (decimal): -1278913 or 4160748. OLE color: 4160748.

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

Color convert

RGB 236 124 63 -
CMYK 0 0.47 0.73 0.07
HSL 21.16º 0.82% 0.59% -
HSV(B) 21.16º 0.73% 0.93% -
XYZ 42.7 32.61 8.75 -
YUV 150.53 78.61 188.96 -
System Red Green Blue C M Y K H S L
Decimal 236 124 63 0 0.47 0.73 0.07 21.16 0.82 0.59
Hex EC 7C 3F 0 2F 49 7 15 52 3B
Octal 354 174 77 0 57 111 7 25 122 73
Binary 11101100 1111100 111111 0 101111 1001001 111 10101 1010010 111011

Color Harmonies of #EC7C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7C3F

Black with #EC7C3F

Text Example


Text Example

White with #EC7C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7C3F; }

 p { color: rgb(236,124,63); }

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

background-color css

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

 a { background-color: rgb(236,124,63); }

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

border-color css

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

 span { border-color: rgb(236,124,63); }

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