#EC925F

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

Shades of Crusta #EC925F

Tints of Crusta #EC925F

Color information

#EC925F (or 0xEC925F) is unknown color: approx Crusta. HEX triplet: EC, 92 and 5F. RGB value is (236,146,95). Sum of RGB (Red+Green+Blue) = 236+146+95=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 95 (37.5% from 255 or 19.92% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC925F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC925F is #136DA0. Grayscale: #A7A7A7. Windows color (decimal): -1273249 or 6263532. OLE color: 6263532.

HSL color Cylindrical-coordinate representation of color #EC925F: hue angle of 21.7º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC925F is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB23614695-
CMYK00.380.600.07
HSL21.7º78.77%64.9%-
HSV(B)21.7º59.75%92.55%-
XYZ46.9439.2215.92-
YUV167.187.32177.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.48%
GREEN value IS 146 (57.42% from 255) = 30.61%
BLUE value IS 95 (37.5% from 255) = 19.92%
R=49.48%
G=30.61%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361469500.380.600.0721.778.7764.9
HexEC925F0263C7164f41
Octal35422213704674726117101
Binary1110110010010010101111101001101111001111011010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC925F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC925F; }

 p { color: rgb(236,146,95); }

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

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

 a { background-color: rgb(236,146,95); }

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

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

 span { border-color: rgb(236,146,95); }

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