#EC7E4C

Color #EC7E4C Crusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusta #EC7E4C

Tints of Crusta #EC7E4C

Color information

#EC7E4C (or 0xEC7E4C) is unknown color: approx Crusta. HEX triplet: EC, 7E and 4C. RGB value is (236,126,76). Sum of RGB (Red+Green+Blue) = 236+126+76=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 76 (30.08% from 255 or 17.35% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7E4C is #1381B3. Grayscale: #999999. Windows color (decimal): -1278388 or 5013228. OLE color: 5013228.

HSL color Cylindrical-coordinate representation of color #EC7E4C: hue angle of 18.75º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC7E4C is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB23612676-
CMYK00.470.680.07
HSL18.75º80.81%61.18%-
HSV(B)18.75º67.8%92.55%-
XYZ43.3633.2810.98-
YUV153.1984.44187.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.88%
GREEN value IS 126 (49.61% from 255) = 28.77%
BLUE value IS 76 (30.08% from 255) = 17.35%
R=53.88%
G=28.77%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361267600.470.680.0718.7580.8161.18
HexEC7E4C02F44713513d
Octal35417611405710472312175
Binary111011001111110100110001011111000100111100111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7E4C; }

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

 H1.HeaderClassName
 {
   color: #EC7E4C;
 }
 .AnyTagClassName
 {
   color: #EC7E4C;
 }
</style>
background-color css

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

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

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

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

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

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