Html Css Color HEX #EB664D Flamingo

📋 copy color: '#EB664D'

red 235 ◦ green 102 ◦ blue 77

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

Shades of Flamingo #EB664D

Tints of Flamingo #EB664D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.64%

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

R = 56.76%
G = 24.64%
B = 18.6%

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

#EB664D (or 0xEB664D) is known color: Flamingo. HEX triplet: EB, 66 and 4D. RGB value is (235,102,77). Sum of RGB (Red+Green+Blue) = 235+102+77=414 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.76% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 235 - color contains mainly: red. Hex color #EB664D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB664D is #1499B2. Grayscale: #8B8B8B. Windows color (decimal): -1350067 or 5072619. OLE color: 5072619.

HSL color Cylindrical-coordinate representation of color #EB664D: hue angle of 9.49º 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 #EB664D is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 102 77 -
CMYK 0 0.57 0.67 0.08
HSL 9.49º 0.8% 0.61% -
HSV(B) 9.49º 0.67% 0.92% -
XYZ 40.35 27.7 10.24 -
YUV 138.92 93.06 196.53 -
System Red Green Blue C M Y K H S L
Decimal 235 102 77 0 0.57 0.67 0.08 9.49 0.8 0.61
Hex EB 66 4D 0 39 43 8 9 50 3D
Octal 353 146 115 0 71 103 10 11 120 75
Binary 11101011 1100110 1001101 0 111001 1000011 1000 1001 1010000 111101

Color Harmonies of #EB664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB664D

Black with #EB664D

Text Example


Text Example

White with #EB664D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB664D; }

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

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

background-color css

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

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

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

border-color css

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

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

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