Html Css Color HEX #EB654D Flamingo

📋 copy color: '#EB654D'

red 235 ◦ green 101 ◦ blue 77

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

Shades of Flamingo #EB654D

Tints of Flamingo #EB654D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.64%

R = 56.9%
G = 24.46%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB654D (or 0xEB654D) is known color: Flamingo. HEX triplet: EB, 65 and 4D. RGB value is (235,101,77). Sum of RGB (Red+Green+Blue) = 235+101+77=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EB654D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB654D is #149AB2. Grayscale: #8A8A8A. Windows color (decimal): -1350323 or 5072363. OLE color: 5072363.

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

Color convert

RGB 235 101 77 -
CMYK 0 0.57 0.67 0.08
HSL 9.11º 0.8% 0.61% -
HSV(B) 9.11º 0.67% 0.92% -
XYZ 40.25 27.51 10.21 -
YUV 138.33 93.39 196.95 -
System Red Green Blue C M Y K H S L
Decimal 235 101 77 0 0.57 0.67 0.08 9.11 0.8 0.61
Hex EB 65 4D 0 39 43 8 9 50 3D
Octal 353 145 115 0 71 103 10 11 120 75
Binary 11101011 1100101 1001101 0 111001 1000011 1000 1001 1010000 111101

Color Harmonies of #EB654D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB654D

Black with #EB654D

Text Example


Text Example

White with #EB654D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB654D; }

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

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

background-color css

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

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

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

border-color css

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

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

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