Html Css Color HEX #EB654C Flamingo

📋 copy color: '#EB654C'

red 235 ◦ green 101 ◦ blue 76

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

Shades of Flamingo #EB654C

Tints of Flamingo #EB654C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.45%

R = 57.04%
G = 24.51%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB654C (or 0xEB654C) is known color: Flamingo. HEX triplet: EB, 65 and 4C. RGB value is (235,101,76). Sum of RGB (Red+Green+Blue) = 235+101+76=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EB654C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB654C is #149AB3. Grayscale: #8A8A8A. Windows color (decimal): -1350324 or 5006827. OLE color: 5006827.

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

Color convert

RGB 235 101 76 -
CMYK 0 0.57 0.68 0.08
HSL 9.43º 0.8% 0.61% -
HSV(B) 9.43º 0.68% 0.92% -
XYZ 40.22 27.49 10.02 -
YUV 138.22 92.89 197.03 -
System Red Green Blue C M Y K H S L
Decimal 235 101 76 0 0.57 0.68 0.08 9.43 0.8 0.61
Hex EB 65 4C 0 39 44 8 9 50 3D
Octal 353 145 114 0 71 104 10 11 120 75
Binary 11101011 1100101 1001100 0 111001 1000100 1000 1001 1010000 111101

Color Harmonies of #EB654C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB654C

Black with #EB654C

Text Example


Text Example

White with #EB654C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB654C; }

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

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

background-color css

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

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

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

border-color css

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

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

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