Html Css Color HEX #EDB5AF Beauty Bush

📋 copy color: '#EDB5AF'

red 237 ◦ green 181 ◦ blue 175

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

Shades of Beauty Bush #EDB5AF

Tints of Beauty Bush #EDB5AF

RGB

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

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

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

R = 39.97%
G = 30.52%
B = 29.51%

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

#EDB5AF (or 0xEDB5AF) is known color: Beauty Bush. HEX triplet: ED, B5 and AF. RGB value is (237,181,175). Sum of RGB (Red+Green+Blue) = 237+181+175=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 181 (71.09% from 255 or 30.52% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB5AF is #124A50. Grayscale: #C5C5C5. Windows color (decimal): -1198673 or 11515373. OLE color: 11515373.

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

Color convert

RGB 237 181 175 -
CMYK 0 0.24 0.26 0.07
HSL 5.81º 0.63% 0.81% -
HSV(B) 5.81º 0.26% 0.93% -
XYZ 59.19 54.15 47.89 -
YUV 197.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 237 181 175 0 0.24 0.26 0.07 5.81 0.63 0.81
Hex ED B5 AF 0 18 1A 7 6 3F 51
Octal 355 265 257 0 30 32 7 6 77 121
Binary 11101101 10110101 10101111 0 11000 11010 111 110 111111 1010001

Color Harmonies of #EDB5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB5AF

Black with #EDB5AF

Text Example


Text Example

White with #EDB5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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