Html Css Color HEX #E8694B Flamingo

📋 copy color: '#E8694B'

red 232 ◦ green 105 ◦ blue 75

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

Shades of Flamingo #E8694B

Tints of Flamingo #E8694B

RGB

 RED value IS 232 (91.02% from 255) = 56.31%

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

 BLUE value IS 75 (29.69% from 255) = 18.2%

R = 56.31%
G = 25.49%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E8694B (or 0xE8694B) is known color: Flamingo. HEX triplet: E8, 69 and 4B. RGB value is (232,105,75). Sum of RGB (Red+Green+Blue) = 232+105+75=412 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.31% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 232 - color contains mainly: red. Hex color #E8694B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8694B is #1796B4. Grayscale: #8B8B8B. Windows color (decimal): -1545909 or 4942312. OLE color: 4942312.

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

Color convert

RGB 232 105 75 -
CMYK 0 0.55 0.68 0.09
HSL 11.46º 0.77% 0.6% -
HSV(B) 11.46º 0.68% 0.91% -
XYZ 39.6 27.77 9.93 -
YUV 139.55 91.58 193.94 -
System Red Green Blue C M Y K H S L
Decimal 232 105 75 0 0.55 0.68 0.09 11.46 0.77 0.6
Hex E8 69 4B 0 37 44 9 B 4D 3C
Octal 350 151 113 0 67 104 11 13 115 74
Binary 11101000 1101001 1001011 0 110111 1000100 1001 1011 1001101 111100

Color Harmonies of #E8694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8694B

Black with #E8694B

Text Example


Text Example

White with #E8694B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8694B; }

 p { color: rgb(232,105,75); }

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

background-color css

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

 a { background-color: rgb(232,105,75); }

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

border-color css

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

 span { border-color: rgb(232,105,75); }

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