Html Css Color HEX #EDB1AE Beauty Bush

📋 copy color: '#EDB1AE'

red 237 ◦ green 177 ◦ blue 174

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

Shades of Beauty Bush #EDB1AE

Tints of Beauty Bush #EDB1AE

RGB

 RED value IS 237 (92.97% from 255) = 40.31%

 GREEN value IS 177 (69.53% from 255) = 30.1%

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

R = 40.31%
G = 30.1%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDB1AE (or 0xEDB1AE) is known color: Beauty Bush. HEX triplet: ED, B1 and AE. RGB value is (237,177,174). Sum of RGB (Red+Green+Blue) = 237+177+174=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 177 (69.53% from 255 or 30.10% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB1AE is #124E51. Grayscale: #C2C2C2. Windows color (decimal): -1199698 or 11448813. OLE color: 11448813.

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

Color convert

RGB 237 177 174 -
CMYK 0 0.25 0.27 0.07
HSL 2.86º 0.64% 0.81% -
HSV(B) 2.86º 0.27% 0.93% -
XYZ 58.29 52.5 47.11 -
YUV 194.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 237 177 174 0 0.25 0.27 0.07 2.86 0.64 0.81
Hex ED B1 AE 0 19 1B 7 3 40 51
Octal 355 261 256 0 31 33 7 3 100 121
Binary 11101101 10110001 10101110 0 11001 11011 111 11 1000000 1010001

Color Harmonies of #EDB1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB1AE

Black with #EDB1AE

Text Example


Text Example

White with #EDB1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB1AE; }

 p { color: rgb(237,177,174); }

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

background-color css

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

 a { background-color: rgb(237,177,174); }

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

border-color css

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

 span { border-color: rgb(237,177,174); }

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