Html Css Color HEX #EDB8AE Beauty Bush

📋 copy color: '#EDB8AE'

red 237 ◦ green 184 ◦ blue 174

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

Shades of Beauty Bush #EDB8AE

Tints of Beauty Bush #EDB8AE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.92%

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

R = 39.83%
G = 30.92%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDB8AE (or 0xEDB8AE) is known color: Beauty Bush. HEX triplet: ED, B8 and AE. RGB value is (237,184,174). Sum of RGB (Red+Green+Blue) = 237+184+174=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB8AE is #124751. Grayscale: #C6C6C6. Windows color (decimal): -1197906 or 11450605. OLE color: 11450605.

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

Color convert

RGB 237 184 174 -
CMYK 0 0.22 0.27 0.07
HSL 9.52º 0.64% 0.81% -
HSV(B) 9.52º 0.27% 0.93% -
XYZ 59.71 55.34 47.58 -
YUV 198.71 114.06 155.31 -
System Red Green Blue C M Y K H S L
Decimal 237 184 174 0 0.22 0.27 0.07 9.52 0.64 0.81
Hex ED B8 AE 0 16 1B 7 A 40 51
Octal 355 270 256 0 26 33 7 12 100 121
Binary 11101101 10111000 10101110 0 10110 11011 111 1010 1000000 1010001

Color Harmonies of #EDB8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB8AE

Black with #EDB8AE

Text Example


Text Example

White with #EDB8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB8AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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