Html Css Color HEX #EB6742 Flamingo

📋 copy color: '#EB6742'

red 235 ◦ green 103 ◦ blue 66

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

Shades of Flamingo #EB6742

Tints of Flamingo #EB6742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.34%

R = 58.17%
G = 25.5%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EB6742 (or 0xEB6742) is known color: Flamingo. HEX triplet: EB, 67 and 42. RGB value is (235,103,66). Sum of RGB (Red+Green+Blue) = 235+103+66=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 66 (26.17% from 255 or 16.34% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6742 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6742 is #1498BD. Grayscale: #8A8A8A. Windows color (decimal): -1349822 or 4351979. OLE color: 4351979.

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

Color convert

RGB 235 103 66 -
CMYK 0 0.56 0.72 0.08
HSL 13.14º 0.81% 0.59% -
HSV(B) 13.14º 0.72% 0.92% -
XYZ 40.09 27.76 8.4 -
YUV 138.25 87.23 197.01 -
System Red Green Blue C M Y K H S L
Decimal 235 103 66 0 0.56 0.72 0.08 13.14 0.81 0.59
Hex EB 67 42 0 38 48 8 D 51 3B
Octal 353 147 102 0 70 110 10 15 121 73
Binary 11101011 1100111 1000010 0 111000 1001000 1000 1101 1010001 111011

Color Harmonies of #EB6742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6742

Black with #EB6742

Text Example


Text Example

White with #EB6742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6742; }

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

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

background-color css

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

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

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

border-color css

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

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

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