Html Css Color HEX #ECB5AF Beauty Bush

📋 copy color: '#ECB5AF'

red 236 ◦ green 181 ◦ blue 175

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

Shades of Beauty Bush #ECB5AF

Tints of Beauty Bush #ECB5AF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.57%

 BLUE value IS 175 (68.75% from 255) = 29.56%

R = 39.86%
G = 30.57%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ECB5AF (or 0xECB5AF) is known color: Beauty Bush. HEX triplet: EC, B5 and AF. RGB value is (236,181,175). Sum of RGB (Red+Green+Blue) = 236+181+175=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB5AF is #134A50. Grayscale: #C4C4C4. Windows color (decimal): -1264209 or 11515372. OLE color: 11515372.

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

Color convert

RGB 236 181 175 -
CMYK 0 0.23 0.26 0.07
HSL 5.9º 0.62% 0.81% -
HSV(B) 5.9º 0.26% 0.93% -
XYZ 58.85 53.98 47.87 -
YUV 196.76 115.72 155.99 -
System Red Green Blue C M Y K H S L
Decimal 236 181 175 0 0.23 0.26 0.07 5.9 0.62 0.81
Hex EC B5 AF 0 17 1A 7 6 3E 51
Octal 354 265 257 0 27 32 7 6 76 121
Binary 11101100 10110101 10101111 0 10111 11010 111 110 111110 1010001

Color Harmonies of #ECB5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB5AF

Black with #ECB5AF

Text Example


Text Example

White with #ECB5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB5AF; }

 p { color: rgb(236,181,175); }

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

background-color css

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

 a { background-color: rgb(236,181,175); }

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

border-color css

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

 span { border-color: rgb(236,181,175); }

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