Html Css Color HEX #EB6954 Flamingo

📋 copy color: '#EB6954'

red 235 ◦ green 105 ◦ blue 84

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

Shades of Flamingo #EB6954

Tints of Flamingo #EB6954

RGB

 RED value IS 235 (92.19% from 255) = 55.42%

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

 BLUE value IS 84 (33.2% from 255) = 19.81%

R = 55.42%
G = 24.76%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EB6954 (or 0xEB6954) is known color: Flamingo. HEX triplet: EB, 69 and 54. RGB value is (235,105,84). Sum of RGB (Red+Green+Blue) = 235+105+84=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 84 (33.20% from 255 or 19.81% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6954 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6954 is #1496AB. Grayscale: #8D8D8D. Windows color (decimal): -1349292 or 5532139. OLE color: 5532139.

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

Color convert

RGB 235 105 84 -
CMYK 0 0.55 0.64 0.08
HSL 8.34º 0.79% 0.63% -
HSV(B) 8.34º 0.64% 0.92% -
XYZ 40.91 28.41 11.71 -
YUV 141.48 95.57 194.71 -
System Red Green Blue C M Y K H S L
Decimal 235 105 84 0 0.55 0.64 0.08 8.34 0.79 0.63
Hex EB 69 54 0 37 40 8 8 4F 3F
Octal 353 151 124 0 67 100 10 10 117 77
Binary 11101011 1101001 1010100 0 110111 1000000 1000 1000 1001111 111111

Color Harmonies of #EB6954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6954

Black with #EB6954

Text Example


Text Example

White with #EB6954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6954; }

 p { color: rgb(235,105,84); }

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

background-color css

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

 a { background-color: rgb(235,105,84); }

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

border-color css

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

 span { border-color: rgb(235,105,84); }

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