Html Css Color HEX #EDB1AF Beauty Bush

📋 copy color: '#EDB1AF'

red 237 ◦ green 177 ◦ blue 175

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

Shades of Beauty Bush #EDB1AF

Tints of Beauty Bush #EDB1AF

RGB

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

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

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

R = 40.24%
G = 30.05%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDB1AF (or 0xEDB1AF) is known color: Beauty Bush. HEX triplet: ED, B1 and AF. RGB value is (237,177,175). Sum of RGB (Red+Green+Blue) = 237+177+175=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB1AF is #124E50. Grayscale: #C2C2C2. Windows color (decimal): -1199697 or 11514349. OLE color: 11514349.

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

Color convert

RGB 237 177 175 -
CMYK 0 0.25 0.26 0.07
HSL 1.94º 0.63% 0.81% -
HSV(B) 1.94º 0.26% 0.93% -
XYZ 58.39 52.54 47.62 -
YUV 194.71 116.88 158.16 -
System Red Green Blue C M Y K H S L
Decimal 237 177 175 0 0.25 0.26 0.07 1.94 0.63 0.81
Hex ED B1 AF 0 19 1A 7 2 3F 51
Octal 355 261 257 0 31 32 7 2 77 121
Binary 11101101 10110001 10101111 0 11001 11010 111 10 111111 1010001

Color Harmonies of #EDB1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB1AF

Black with #EDB1AF

Text Example


Text Example

White with #EDB1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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