Html Css Color HEX #EB6548 Flamingo

📋 copy color: '#EB6548'

red 235 ◦ green 101 ◦ blue 72

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

Shades of Flamingo #EB6548

Tints of Flamingo #EB6548

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.75%

 BLUE value IS 72 (28.52% from 255) = 17.65%

R = 57.6%
G = 24.75%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EB6548 (or 0xEB6548) is known color: Flamingo. HEX triplet: EB, 65 and 48. RGB value is (235,101,72). Sum of RGB (Red+Green+Blue) = 235+101+72=408 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.60% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6548 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6548 is #149AB7. Grayscale: #8A8A8A. Windows color (decimal): -1350328 or 4744683. OLE color: 4744683.

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

Color convert

RGB 235 101 72 -
CMYK 0 0.57 0.69 0.08
HSL 10.67º 0.8% 0.6% -
HSV(B) 10.67º 0.69% 0.92% -
XYZ 40.08 27.44 9.31 -
YUV 137.76 90.89 197.36 -
System Red Green Blue C M Y K H S L
Decimal 235 101 72 0 0.57 0.69 0.08 10.67 0.8 0.6
Hex EB 65 48 0 39 45 8 B 50 3C
Octal 353 145 110 0 71 105 10 13 120 74
Binary 11101011 1100101 1001000 0 111001 1000101 1000 1011 1010000 111100

Color Harmonies of #EB6548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6548

Black with #EB6548

Text Example


Text Example

White with #EB6548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6548; }

 p { color: rgb(235,101,72); }

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

background-color css

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

 a { background-color: rgb(235,101,72); }

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

border-color css

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

 span { border-color: rgb(235,101,72); }

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