Html Css Color HEX #EC7F40 Pizazz

📋 copy color: '#EC7F40'

red 236 ◦ green 127 ◦ blue 64

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

Shades of Pizazz #EC7F40

Tints of Pizazz #EC7F40

RGB

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

 GREEN value IS 127 (50% from 255) = 29.74%

 BLUE value IS 64 (25.39% from 255) = 14.99%

R = 55.27%
G = 29.74%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC7F40 (or 0xEC7F40) is known color: Pizazz. HEX triplet: EC, 7F and 40. RGB value is (236,127,64). Sum of RGB (Red+Green+Blue) = 236+127+64=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7F40 is #1380BF. Grayscale: #989898. Windows color (decimal): -1278144 or 4227052. OLE color: 4227052.

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

Color convert

RGB 236 127 64 -
CMYK 0 0.46 0.73 0.07
HSL 21.98º 0.82% 0.59% -
HSV(B) 21.98º 0.73% 0.93% -
XYZ 43.11 33.38 9.02 -
YUV 152.41 78.11 187.62 -
System Red Green Blue C M Y K H S L
Decimal 236 127 64 0 0.46 0.73 0.07 21.98 0.82 0.59
Hex EC 7F 40 0 2E 49 7 16 52 3B
Octal 354 177 100 0 56 111 7 26 122 73
Binary 11101100 1111111 1000000 0 101110 1001001 111 10110 1010010 111011

Color Harmonies of #EC7F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7F40

Black with #EC7F40

Text Example


Text Example

White with #EC7F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7F40; }

 p { color: rgb(236,127,64); }

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

background-color css

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

 a { background-color: rgb(236,127,64); }

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

border-color css

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

 span { border-color: rgb(236,127,64); }

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