Html Css Color HEX #EA6956 Flamingo

📋 copy color: '#EA6956'

red 234 ◦ green 105 ◦ blue 86

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

Shades of Flamingo #EA6956

Tints of Flamingo #EA6956

RGB

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

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

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

R = 55.06%
G = 24.71%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EA6956 (or 0xEA6956) is known color: Flamingo. HEX triplet: EA, 69 and 56. RGB value is (234,105,86). Sum of RGB (Red+Green+Blue) = 234+105+86=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6956 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6956 is #1596A9. Grayscale: #8D8D8D. Windows color (decimal): -1414826 or 5663210. OLE color: 5663210.

HSL color Cylindrical-coordinate representation of color #EA6956: hue angle of 7.7º 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 #EA6956 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 105 86 -
CMYK 0 0.55 0.63 0.08
HSL 7.7º 0.78% 0.63% -
HSV(B) 7.7º 0.63% 0.92% -
XYZ 40.66 28.27 12.12 -
YUV 141.41 96.74 194.04 -
System Red Green Blue C M Y K H S L
Decimal 234 105 86 0 0.55 0.63 0.08 7.7 0.78 0.63
Hex EA 69 56 0 37 3F 8 8 4E 3F
Octal 352 151 126 0 67 77 10 10 116 77
Binary 11101010 1101001 1010110 0 110111 111111 1000 1000 1001110 111111

Color Harmonies of #EA6956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6956

Black with #EA6956

Text Example


Text Example

White with #EA6956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6956; }

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

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

background-color css

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

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

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

border-color css

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

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

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