Html Css Color HEX #ECB4AE Beauty Bush

📋 copy color: '#ECB4AE'

red 236 ◦ green 180 ◦ blue 174

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

Shades of Beauty Bush #ECB4AE

Tints of Beauty Bush #ECB4AE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.51%

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

R = 40%
G = 30.51%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ECB4AE (or 0xECB4AE) is known color: Beauty Bush. HEX triplet: EC, B4 and AE. RGB value is (236,180,174). Sum of RGB (Red+Green+Blue) = 236+180+174=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 174 (68.36% from 255 or 29.49% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB4AE is #134B51. Grayscale: #C4C4C4. Windows color (decimal): -1264466 or 11449580. OLE color: 11449580.

HSL color Cylindrical-coordinate representation of color #ECB4AE: hue angle of 5.81º 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 #ECB4AE is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 180 174 -
CMYK 0 0.24 0.26 0.07
HSL 5.81º 0.62% 0.8% -
HSV(B) 5.81º 0.26% 0.93% -
XYZ 58.55 53.53 47.29 -
YUV 196.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 236 180 174 0 0.24 0.26 0.07 5.81 0.62 0.8
Hex EC B4 AE 0 18 1A 7 6 3E 50
Octal 354 264 256 0 30 32 7 6 76 120
Binary 11101100 10110100 10101110 0 11000 11010 111 110 111110 1010000

Color Harmonies of #ECB4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB4AE

Black with #ECB4AE

Text Example


Text Example

White with #ECB4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB4AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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