Html Css Color HEX #E76044 Flamingo

📋 copy color: '#E76044'

red 231 ◦ green 96 ◦ blue 68

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

Shades of Flamingo #E76044

Tints of Flamingo #E76044

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.3%

 BLUE value IS 68 (26.95% from 255) = 17.22%

R = 58.48%
G = 24.3%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E76044 (or 0xE76044) is known color: Flamingo. HEX triplet: E7, 60 and 44. RGB value is (231,96,68). Sum of RGB (Red+Green+Blue) = 231+96+68=395 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.48% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 231 - color contains mainly: red. Hex color #E76044 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76044 is #189FBB. Grayscale: #858585. Windows color (decimal): -1613756 or 4481255. OLE color: 4481255.

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

Color convert

RGB 231 96 68 -
CMYK 0 0.58 0.71 0.09
HSL 10.31º 0.77% 0.59% -
HSV(B) 10.31º 0.71% 0.91% -
XYZ 38.18 25.77 8.43 -
YUV 133.17 91.23 197.78 -
System Red Green Blue C M Y K H S L
Decimal 231 96 68 0 0.58 0.71 0.09 10.31 0.77 0.59
Hex E7 60 44 0 3A 47 9 A 4D 3B
Octal 347 140 104 0 72 107 11 12 115 73
Binary 11100111 1100000 1000100 0 111010 1000111 1001 1010 1001101 111011

Color Harmonies of #E76044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76044

Black with #E76044

Text Example


Text Example

White with #E76044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76044; }

 p { color: rgb(231,96,68); }

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

background-color css

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

 a { background-color: rgb(231,96,68); }

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

border-color css

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

 span { border-color: rgb(231,96,68); }

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