#E38350

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

Shades of Flamenco #E38350

Tints of Flamenco #E38350

Color information

#E38350 (or 0xE38350) is unknown color: approx Flamenco. HEX triplet: E3, 83 and 50. RGB value is (227,131,80). Sum of RGB (Red+Green+Blue) = 227+131+80=438 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.83% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 227 - color contains mainly: red. Hex color #E38350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38350 is #1C7CAF. Grayscale: #9A9A9A. Windows color (decimal): -1866928 or 5276643. OLE color: 5276643.

HSL color Cylindrical-coordinate representation of color #E38350: hue angle of 20.82º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E38350 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB22713180-
CMYK00.420.650.11
HSL20.82º72.41%60.2%-
HSV(B)20.82º64.76%89.02%-
XYZ41.2433.1411.81-
YUV153.8986.3180.15-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.83%
GREEN value IS 131 (51.56% from 255) = 29.91%
BLUE value IS 80 (31.64% from 255) = 18.26%
R=51.83%
G=29.91%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271318000.420.650.1120.8272.4160.2
HexE3835002A41B15483c
Octal343203120052101132511074
Binary11100011100000111010000010101010000011011101011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38350; }

 p { color: rgb(227,131,80); }

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

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

 a { background-color: rgb(227,131,80); }

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

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

 span { border-color: rgb(227,131,80); }

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