Html Css Color HEX #EDB7AF Beauty Bush

📋 copy color: '#EDB7AF'

red 237 ◦ green 183 ◦ blue 175

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

Shades of Beauty Bush #EDB7AF

Tints of Beauty Bush #EDB7AF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.76%

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

R = 39.83%
G = 30.76%
B = 29.41%

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

#EDB7AF (or 0xEDB7AF) is known color: Beauty Bush. HEX triplet: ED, B7 and AF. RGB value is (237,183,175). Sum of RGB (Red+Green+Blue) = 237+183+175=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 183 (71.88% from 255 or 30.76% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB7AF is #124850. Grayscale: #C6C6C6. Windows color (decimal): -1198161 or 11515885. OLE color: 11515885.

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

Color convert

RGB 237 183 175 -
CMYK 0 0.23 0.26 0.07
HSL 7.74º 0.63% 0.81% -
HSV(B) 7.74º 0.26% 0.93% -
XYZ 59.6 54.97 48.03 -
YUV 198.23 114.89 155.65 -
System Red Green Blue C M Y K H S L
Decimal 237 183 175 0 0.23 0.26 0.07 7.74 0.63 0.81
Hex ED B7 AF 0 17 1A 7 8 3F 51
Octal 355 267 257 0 27 32 7 10 77 121
Binary 11101101 10110111 10101111 0 10111 11010 111 1000 111111 1010001

Color Harmonies of #EDB7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB7AF

Black with #EDB7AF

Text Example


Text Example

White with #EDB7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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