Html Css Color HEX #E5694A Flamingo

📋 copy color: '#E5694A'

red 229 ◦ green 105 ◦ blue 74

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

Shades of Flamingo #E5694A

Tints of Flamingo #E5694A

RGB

 RED value IS 229 (89.84% from 255) = 56.13%

 GREEN value IS 105 (41.41% from 255) = 25.74%

 BLUE value IS 74 (29.3% from 255) = 18.14%

R = 56.13%
G = 25.74%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E5694A (or 0xE5694A) is known color: Flamingo. HEX triplet: E5, 69 and 4A. RGB value is (229,105,74). Sum of RGB (Red+Green+Blue) = 229+105+74=408 (54% of max value = 765). Red value is 229 (89.84% from 255 or 56.13% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 229 - color contains mainly: red. Hex color #E5694A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5694A is #1A96B5. Grayscale: #8A8A8A. Windows color (decimal): -1742518 or 4876773. OLE color: 4876773.

HSL color Cylindrical-coordinate representation of color #E5694A: hue angle of 12º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5694A is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 105 74 -
CMYK 0 0.54 0.68 0.10
HSL 12º 0.75% 0.59% -
HSV(B) 12º 0.68% 0.9% -
XYZ 38.6 27.26 9.7 -
YUV 138.54 91.58 192.52 -
System Red Green Blue C M Y K H S L
Decimal 229 105 74 0 0.54 0.68 0.10 12 0.75 0.59
Hex E5 69 4A 0 36 44 A C 4B 3B
Octal 345 151 112 0 66 104 12 14 113 73
Binary 11100101 1101001 1001010 0 110110 1000100 1010 1100 1001011 111011

Color Harmonies of #E5694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5694A

Black with #E5694A

Text Example


Text Example

White with #E5694A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5694A; }

 p { color: rgb(229,105,74); }

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

background-color css

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

 a { background-color: rgb(229,105,74); }

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

border-color css

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

 span { border-color: rgb(229,105,74); }

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