Html Css Color HEX #EB6746 Flamingo

📋 copy color: '#EB6746'

red 235 ◦ green 103 ◦ blue 70

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

Shades of Flamingo #EB6746

Tints of Flamingo #EB6746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.16%

R = 57.6%
G = 25.25%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EB6746 (or 0xEB6746) is known color: Flamingo. HEX triplet: EB, 67 and 46. RGB value is (235,103,70). Sum of RGB (Red+Green+Blue) = 235+103+70=408 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.60% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6746 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6746 is #1498B9. Grayscale: #8A8A8A. Windows color (decimal): -1349818 or 4614123. OLE color: 4614123.

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

Color convert

RGB 235 103 70 -
CMYK 0 0.56 0.70 0.08
HSL 12º 0.8% 0.6% -
HSV(B) 12º 0.7% 0.92% -
XYZ 40.22 27.8 9.04 -
YUV 138.71 89.23 196.68 -
System Red Green Blue C M Y K H S L
Decimal 235 103 70 0 0.56 0.70 0.08 12 0.8 0.6
Hex EB 67 46 0 38 46 8 C 50 3C
Octal 353 147 106 0 70 106 10 14 120 74
Binary 11101011 1100111 1000110 0 111000 1000110 1000 1100 1010000 111100

Color Harmonies of #EB6746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6746

Black with #EB6746

Text Example


Text Example

White with #EB6746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6746; }

 p { color: rgb(235,103,70); }

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

background-color css

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

 a { background-color: rgb(235,103,70); }

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

border-color css

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

 span { border-color: rgb(235,103,70); }

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