#E35B3E

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

Shades of Flamingo #E35B3E

Tints of Flamingo #E35B3E

Color information

#E35B3E (or 0xE35B3E) is unknown color: approx Flamingo. HEX triplet: E3, 5B and 3E. RGB value is (227,91,62). Sum of RGB (Red+Green+Blue) = 227+91+62=380 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.74% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 227 - color contains mainly: red. Hex color #E35B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35B3E is #1CA4C1. Grayscale: #808080. Windows color (decimal): -1877186 or 4086755. OLE color: 4086755.

HSL color Cylindrical-coordinate representation of color #E35B3E: hue angle of 10.55º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E35B3E is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB2279162-
CMYK00.600.730.11
HSL10.55º74.66%56.67%-
HSV(B)10.55º72.69%89.02%-
XYZ36.2924.167.31-
YUV128.3690.56198.36-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 59.74%
GREEN value IS 91 (35.94% from 255) = 23.95%
BLUE value IS 62 (24.61% from 255) = 16.32%
R=59.74%
G=23.95%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227916200.600.730.1110.5574.6656.67
HexE35B3E03C49Bb4b39
Octal34313376074111131311371
Binary11100011101101111111001111001001001101110111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35B3E; }

 p { color: rgb(227,91,62); }

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

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

 a { background-color: rgb(227,91,62); }

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

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

 span { border-color: rgb(227,91,62); }

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