Html Css Color HEX #EDBDB1 Beauty Bush

📋 copy color: '#EDBDB1'

red 237 ◦ green 189 ◦ blue 177

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

Shades of Beauty Bush #EDBDB1

Tints of Beauty Bush #EDBDB1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.34%

 BLUE value IS 177 (69.53% from 255) = 29.35%

R = 39.3%
G = 31.34%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDBDB1 (or 0xEDBDB1) is known color: Beauty Bush. HEX triplet: ED, BD and B1. RGB value is (237,189,177). Sum of RGB (Red+Green+Blue) = 237+189+177=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 177 (69.53% from 255 or 29.35% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBDB1 is #12424E. Grayscale: #CACACA. Windows color (decimal): -1196623 or 11648493. OLE color: 11648493.

HSL color Cylindrical-coordinate representation of color #EDBDB1: hue angle of 12º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDBDB1 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 189 177 -
CMYK 0 0.20 0.25 0.07
HSL 12º 0.63% 0.81% -
HSV(B) 12º 0.25% 0.93% -
XYZ 61.06 57.57 49.49 -
YUV 201.98 113.9 152.98 -
System Red Green Blue C M Y K H S L
Decimal 237 189 177 0 0.20 0.25 0.07 12 0.63 0.81
Hex ED BD B1 0 14 19 7 C 3E 51
Octal 355 275 261 0 24 31 7 14 76 121
Binary 11101101 10111101 10110001 0 10100 11001 111 1100 111110 1010001

Color Harmonies of #EDBDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDB1

Black with #EDBDB1

Text Example


Text Example

White with #EDBDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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