Html Css Color HEX #EDB0AE Beauty Bush

📋 copy color: '#EDB0AE'

red 237 ◦ green 176 ◦ blue 174

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

Shades of Beauty Bush #EDB0AE

Tints of Beauty Bush #EDB0AE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.98%

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

R = 40.37%
G = 29.98%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDB0AE (or 0xEDB0AE) is known color: Beauty Bush. HEX triplet: ED, B0 and AE. RGB value is (237,176,174). Sum of RGB (Red+Green+Blue) = 237+176+174=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB0AE is #124F51. Grayscale: #C2C2C2. Windows color (decimal): -1199954 or 11448557. OLE color: 11448557.

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

Color convert

RGB 237 176 174 -
CMYK 0 0.26 0.27 0.07
HSL 1.9º 0.64% 0.81% -
HSV(B) 1.9º 0.27% 0.93% -
XYZ 58.09 52.11 47.04 -
YUV 194.01 116.71 158.66 -
System Red Green Blue C M Y K H S L
Decimal 237 176 174 0 0.26 0.27 0.07 1.9 0.64 0.81
Hex ED B0 AE 0 1A 1B 7 2 40 51
Octal 355 260 256 0 32 33 7 2 100 121
Binary 11101101 10110000 10101110 0 11010 11011 111 10 1000000 1010001

Color Harmonies of #EDB0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB0AE

Black with #EDB0AE

Text Example


Text Example

White with #EDB0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB0AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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