#EF945A

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

Shades of Crusta #EF945A

Tints of Crusta #EF945A

Color information

#EF945A (or 0xEF945A) is unknown color: approx Crusta. HEX triplet: EF, 94 and 5A. RGB value is (239,148,90). Sum of RGB (Red+Green+Blue) = 239+148+90=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF945A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF945A is #106BA5. Grayscale: #A8A8A8. Windows color (decimal): -1076134 or 5936367. OLE color: 5936367.

HSL color Cylindrical-coordinate representation of color #EF945A: hue angle of 23.36º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF945A is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB23914890-
CMYK00.380.620.06
HSL23.36º82.32%64.51%-
HSV(B)23.36º62.34%93.73%-
XYZ48.0340.2714.91-
YUV168.683.65178.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.10%
GREEN value IS 148 (58.20% from 255) = 31.03%
BLUE value IS 90 (35.55% from 255) = 18.87%
R=50.10%
G=31.03%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391489000.380.620.0623.3682.3264.51
HexEF945A0263E6175241
Octal35722413204676627122101
Binary1110111110010100101101001001101111101101011110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF945A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF945A; }

 p { color: rgb(239,148,90); }

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

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

 a { background-color: rgb(239,148,90); }

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

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

 span { border-color: rgb(239,148,90); }

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