Html Css Color HEX #E96A50 Flamingo

📋 copy color: '#E96A50'

red 233 ◦ green 106 ◦ blue 80

#E96A50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flamingo #E96A50

Tints of Flamingo #E96A50

RGB

 RED value IS 233 (91.41% from 255) = 55.61%

 GREEN value IS 106 (41.8% from 255) = 25.3%

 BLUE value IS 80 (31.64% from 255) = 19.09%

R = 55.61%
G = 25.3%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E96A50 (or 0xE96A50) is known color: Flamingo. HEX triplet: E9, 6A and 50. RGB value is (233,106,80). Sum of RGB (Red+Green+Blue) = 233+106+80=419 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.61% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 233 - color contains mainly: red. Hex color #E96A50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96A50 is #1695AF. Grayscale: #8D8D8D. Windows color (decimal): -1480112 or 5270249. OLE color: 5270249.

HSL color Cylindrical-coordinate representation of color #E96A50: hue angle of 10.2º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E96A50 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 106 80 -
CMYK 0 0.55 0.66 0.09
HSL 10.2º 0.78% 0.61% -
HSV(B) 10.2º 0.66% 0.91% -
XYZ 40.21 28.21 10.92 -
YUV 141.01 93.58 193.61 -
System Red Green Blue C M Y K H S L
Decimal 233 106 80 0 0.55 0.66 0.09 10.2 0.78 0.61
Hex E9 6A 50 0 37 42 9 A 4E 3D
Octal 351 152 120 0 67 102 11 12 116 75
Binary 11101001 1101010 1010000 0 110111 1000010 1001 1010 1001110 111101

Color Harmonies of #E96A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96A50

Black with #E96A50

Text Example


Text Example

White with #E96A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96A50; }

 p { color: rgb(233,106,80); }

 H1.HeaderClassName
 {
   color: #E96A50;
 }
 .AnyTagClassName
 {
   color: #E96A50;
 }
</style>

background-color css

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

 a { background-color: rgb(233,106,80); }

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

border-color css

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

 span { border-color: rgb(233,106,80); }

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