Html Css Color HEX #EC7E3F Pizazz

📋 copy color: '#EC7E3F'

red 236 ◦ green 126 ◦ blue 63

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

Shades of Pizazz #EC7E3F

Tints of Pizazz #EC7E3F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.65%

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

R = 55.53%
G = 29.65%
B = 14.82%

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

#EC7E3F (or 0xEC7E3F) is known color: Pizazz. HEX triplet: EC, 7E and 3F. RGB value is (236,126,63). Sum of RGB (Red+Green+Blue) = 236+126+63=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 63 (25% from 255 or 14.82% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7E3F is #1381C0. Grayscale: #989898. Windows color (decimal): -1278401 or 4161260. OLE color: 4161260.

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

Color convert

RGB 236 126 63 -
CMYK 0 0.47 0.73 0.07
HSL 21.85º 0.82% 0.59% -
HSV(B) 21.85º 0.73% 0.93% -
XYZ 42.95 33.11 8.83 -
YUV 151.71 77.94 188.12 -
System Red Green Blue C M Y K H S L
Decimal 236 126 63 0 0.47 0.73 0.07 21.85 0.82 0.59
Hex EC 7E 3F 0 2F 49 7 16 52 3B
Octal 354 176 77 0 57 111 7 26 122 73
Binary 11101100 1111110 111111 0 101111 1001001 111 10110 1010010 111011

Color Harmonies of #EC7E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7E3F

Black with #EC7E3F

Text Example


Text Example

White with #EC7E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7E3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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