Html Css Color HEX #EB644A Flamingo

📋 copy color: '#EB644A'

red 235 ◦ green 100 ◦ blue 74

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

Shades of Flamingo #EB644A

Tints of Flamingo #EB644A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.45%

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

R = 57.46%
G = 24.45%
B = 18.09%

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

#EB644A (or 0xEB644A) is known color: Flamingo. HEX triplet: EB, 64 and 4A. RGB value is (235,100,74). Sum of RGB (Red+Green+Blue) = 235+100+74=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EB644A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB644A is #149BB5. Grayscale: #898989. Windows color (decimal): -1350582 or 4875499. OLE color: 4875499.

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

Color convert

RGB 235 100 74 -
CMYK 0 0.57 0.69 0.08
HSL 9.69º 0.8% 0.61% -
HSV(B) 9.69º 0.69% 0.92% -
XYZ 40.05 27.27 9.63 -
YUV 137.4 92.23 197.61 -
System Red Green Blue C M Y K H S L
Decimal 235 100 74 0 0.57 0.69 0.08 9.69 0.8 0.61
Hex EB 64 4A 0 39 45 8 A 50 3D
Octal 353 144 112 0 71 105 10 12 120 75
Binary 11101011 1100100 1001010 0 111001 1000101 1000 1010 1010000 111101

Color Harmonies of #EB644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB644A

Black with #EB644A

Text Example


Text Example

White with #EB644A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB644A; }

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

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

background-color css

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

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

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

border-color css

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

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

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