Html Css Color HEX #EC7D3F Pizazz

📋 copy color: '#EC7D3F'

red 236 ◦ green 125 ◦ blue 63

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

Shades of Pizazz #EC7D3F

Tints of Pizazz #EC7D3F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.48%

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

R = 55.66%
G = 29.48%
B = 14.86%

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

#EC7D3F (or 0xEC7D3F) is known color: Pizazz. HEX triplet: EC, 7D and 3F. RGB value is (236,125,63). Sum of RGB (Red+Green+Blue) = 236+125+63=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 63 (25% from 255 or 14.86% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7D3F is #1382C0. Grayscale: #979797. Windows color (decimal): -1278657 or 4161004. OLE color: 4161004.

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

Color convert

RGB 236 125 63 -
CMYK 0 0.47 0.73 0.07
HSL 21.5º 0.82% 0.59% -
HSV(B) 21.5º 0.73% 0.93% -
XYZ 42.82 32.86 8.79 -
YUV 151.12 78.27 188.54 -
System Red Green Blue C M Y K H S L
Decimal 236 125 63 0 0.47 0.73 0.07 21.5 0.82 0.59
Hex EC 7D 3F 0 2F 49 7 16 52 3B
Octal 354 175 77 0 57 111 7 26 122 73
Binary 11101100 1111101 111111 0 101111 1001001 111 10110 1010010 111011

Color Harmonies of #EC7D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7D3F

Black with #EC7D3F

Text Example


Text Example

White with #EC7D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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