Html Css Color HEX #E96A54 Flamingo

📋 copy color: '#E96A54'

red 233 ◦ green 106 ◦ blue 84

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

Shades of Flamingo #E96A54

Tints of Flamingo #E96A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.86%

R = 55.08%
G = 25.06%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E96A54 (or 0xE96A54) is known color: Flamingo. HEX triplet: E9, 6A and 54. RGB value is (233,106,84). Sum of RGB (Red+Green+Blue) = 233+106+84=423 (56% of max value = 765). Red value is 233 (91.41% from 255 or 55.08% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 84 (33.20% from 255 or 19.86% from 423); Max value from RGB is 233 - color contains mainly: red. Hex color #E96A54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96A54 is #1695AB. Grayscale: #8D8D8D. Windows color (decimal): -1480108 or 5532393. OLE color: 5532393.

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

Color convert

RGB 233 106 84 -
CMYK 0 0.55 0.64 0.09
HSL 8.86º 0.77% 0.62% -
HSV(B) 8.86º 0.64% 0.91% -
XYZ 40.36 28.27 11.72 -
YUV 141.47 95.58 193.29 -
System Red Green Blue C M Y K H S L
Decimal 233 106 84 0 0.55 0.64 0.09 8.86 0.77 0.62
Hex E9 6A 54 0 37 40 9 9 4D 3E
Octal 351 152 124 0 67 100 11 11 115 76
Binary 11101001 1101010 1010100 0 110111 1000000 1001 1001 1001101 111110

Color Harmonies of #E96A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96A54

Black with #E96A54

Text Example


Text Example

White with #E96A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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