Html Css Color HEX #EC634A Flamingo

📋 copy color: '#EC634A'

red 236 ◦ green 99 ◦ blue 74

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

Shades of Flamingo #EC634A

Tints of Flamingo #EC634A

RGB

 RED value IS 236 (92.58% from 255) = 57.7%

 GREEN value IS 99 (39.06% from 255) = 24.21%

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

R = 57.7%
G = 24.21%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC634A (or 0xEC634A) is known color: Flamingo. HEX triplet: EC, 63 and 4A. RGB value is (236,99,74). Sum of RGB (Red+Green+Blue) = 236+99+74=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC634A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC634A is #139CB5. Grayscale: #898989. Windows color (decimal): -1285302 or 4875244. OLE color: 4875244.

HSL color Cylindrical-coordinate representation of color #EC634A: hue angle of 9.26º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC634A is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 99 74 -
CMYK 0 0.58 0.69 0.07
HSL 9.26º 0.81% 0.61% -
HSV(B) 9.26º 0.69% 0.93% -
XYZ 40.29 27.25 9.62 -
YUV 137.11 92.39 198.53 -
System Red Green Blue C M Y K H S L
Decimal 236 99 74 0 0.58 0.69 0.07 9.26 0.81 0.61
Hex EC 63 4A 0 3A 45 7 9 51 3D
Octal 354 143 112 0 72 105 7 11 121 75
Binary 11101100 1100011 1001010 0 111010 1000101 111 1001 1010001 111101

Color Harmonies of #EC634A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC634A

Black with #EC634A

Text Example


Text Example

White with #EC634A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC634A; }

 p { color: rgb(236,99,74); }

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

background-color css

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

 a { background-color: rgb(236,99,74); }

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

border-color css

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

 span { border-color: rgb(236,99,74); }

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