Html Css Color HEX #E76548 Flamingo

📋 copy color: '#E76548'

red 231 ◦ green 101 ◦ blue 72

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

Shades of Flamingo #E76548

Tints of Flamingo #E76548

RGB

 RED value IS 231 (90.63% from 255) = 57.18%

 GREEN value IS 101 (39.84% from 255) = 25%

 BLUE value IS 72 (28.52% from 255) = 17.82%

R = 57.18%
G = 25%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E76548 (or 0xE76548) is known color: Flamingo. HEX triplet: E7, 65 and 48. RGB value is (231,101,72). Sum of RGB (Red+Green+Blue) = 231+101+72=404 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.18% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 231 - color contains mainly: red. Hex color #E76548 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76548 is #189AB7. Grayscale: #888888. Windows color (decimal): -1612472 or 4744679. OLE color: 4744679.

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

Color convert

RGB 231 101 72 -
CMYK 0 0.56 0.69 0.09
HSL 10.94º 0.77% 0.59% -
HSV(B) 10.94º 0.69% 0.91% -
XYZ 38.78 26.76 9.25 -
YUV 136.56 91.57 195.36 -
System Red Green Blue C M Y K H S L
Decimal 231 101 72 0 0.56 0.69 0.09 10.94 0.77 0.59
Hex E7 65 48 0 38 45 9 B 4D 3B
Octal 347 145 110 0 70 105 11 13 115 73
Binary 11100111 1100101 1001000 0 111000 1000101 1001 1011 1001101 111011

Color Harmonies of #E76548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76548

Black with #E76548

Text Example


Text Example

White with #E76548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76548; }

 p { color: rgb(231,101,72); }

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

background-color css

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

 a { background-color: rgb(231,101,72); }

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

border-color css

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

 span { border-color: rgb(231,101,72); }

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