Html Css Color HEX #EA6756 Flamingo

📋 copy color: '#EA6756'

red 234 ◦ green 103 ◦ blue 86

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

Shades of Flamingo #EA6756

Tints of Flamingo #EA6756

RGB

 RED value IS 234 (91.8% from 255) = 55.32%

 GREEN value IS 103 (40.63% from 255) = 24.35%

 BLUE value IS 86 (33.98% from 255) = 20.33%

R = 55.32%
G = 24.35%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EA6756 (or 0xEA6756) is known color: Flamingo. HEX triplet: EA, 67 and 56. RGB value is (234,103,86). Sum of RGB (Red+Green+Blue) = 234+103+86=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6756 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6756 is #1598A9. Grayscale: #8C8C8C. Windows color (decimal): -1415338 or 5662698. OLE color: 5662698.

HSL color Cylindrical-coordinate representation of color #EA6756: hue angle of 6.89º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EA6756 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 103 86 -
CMYK 0 0.56 0.63 0.08
HSL 6.89º 0.78% 0.63% -
HSV(B) 6.89º 0.63% 0.92% -
XYZ 40.46 27.86 12.05 -
YUV 140.23 97.4 194.88 -
System Red Green Blue C M Y K H S L
Decimal 234 103 86 0 0.56 0.63 0.08 6.89 0.78 0.63
Hex EA 67 56 0 38 3F 8 7 4E 3F
Octal 352 147 126 0 70 77 10 7 116 77
Binary 11101010 1100111 1010110 0 111000 111111 1000 111 1001110 111111

Color Harmonies of #EA6756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6756

Black with #EA6756

Text Example


Text Example

White with #EA6756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6756; }

 p { color: rgb(234,103,86); }

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

background-color css

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

 a { background-color: rgb(234,103,86); }

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

border-color css

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

 span { border-color: rgb(234,103,86); }

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