Html Css Color HEX #ECB2AE Beauty Bush

📋 copy color: '#ECB2AE'

red 236 ◦ green 178 ◦ blue 174

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

Shades of Beauty Bush #ECB2AE

Tints of Beauty Bush #ECB2AE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.27%

 BLUE value IS 174 (68.36% from 255) = 29.59%

R = 40.14%
G = 30.27%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ECB2AE (or 0xECB2AE) is known color: Beauty Bush. HEX triplet: EC, B2 and AE. RGB value is (236,178,174). Sum of RGB (Red+Green+Blue) = 236+178+174=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 178 (69.92% from 255 or 30.27% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB2AE is #134D51. Grayscale: #C2C2C2. Windows color (decimal): -1264978 or 11449068. OLE color: 11449068.

HSL color Cylindrical-coordinate representation of color #ECB2AE: hue angle of 3.87º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECB2AE is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 178 174 -
CMYK 0 0.25 0.26 0.07
HSL 3.87º 0.62% 0.8% -
HSV(B) 3.87º 0.26% 0.93% -
XYZ 58.15 52.73 47.16 -
YUV 194.89 116.22 157.33 -
System Red Green Blue C M Y K H S L
Decimal 236 178 174 0 0.25 0.26 0.07 3.87 0.62 0.8
Hex EC B2 AE 0 19 1A 7 4 3E 50
Octal 354 262 256 0 31 32 7 4 76 120
Binary 11101100 10110010 10101110 0 11001 11010 111 100 111110 1010000

Color Harmonies of #ECB2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB2AE

Black with #ECB2AE

Text Example


Text Example

White with #ECB2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB2AE; }

 p { color: rgb(236,178,174); }

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

background-color css

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

 a { background-color: rgb(236,178,174); }

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

border-color css

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

 span { border-color: rgb(236,178,174); }

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