Html Css Color HEX #EB684A Flamingo

📋 copy color: '#EB684A'

red 235 ◦ green 104 ◦ blue 74

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

Shades of Flamingo #EB684A

Tints of Flamingo #EB684A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.18%

 BLUE value IS 74 (29.3% from 255) = 17.92%

R = 56.9%
G = 25.18%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EB684A (or 0xEB684A) is known color: Flamingo. HEX triplet: EB, 68 and 4A. RGB value is (235,104,74). Sum of RGB (Red+Green+Blue) = 235+104+74=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EB684A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB684A is #1497B5. Grayscale: #8C8C8C. Windows color (decimal): -1349558 or 4876523. OLE color: 4876523.

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

Color convert

RGB 235 104 74 -
CMYK 0 0.56 0.69 0.08
HSL 11.18º 0.8% 0.61% -
HSV(B) 11.18º 0.69% 0.92% -
XYZ 40.45 28.06 9.76 -
YUV 139.75 90.9 195.94 -
System Red Green Blue C M Y K H S L
Decimal 235 104 74 0 0.56 0.69 0.08 11.18 0.8 0.61
Hex EB 68 4A 0 38 45 8 B 50 3D
Octal 353 150 112 0 70 105 10 13 120 75
Binary 11101011 1101000 1001010 0 111000 1000101 1000 1011 1010000 111101

Color Harmonies of #EB684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB684A

Black with #EB684A

Text Example


Text Example

White with #EB684A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB684A; }

 p { color: rgb(235,104,74); }

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

background-color css

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

 a { background-color: rgb(235,104,74); }

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

border-color css

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

 span { border-color: rgb(235,104,74); }

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