Html Css Color HEX #EDBDB4 Beauty Bush

📋 copy color: '#EDBDB4'

red 237 ◦ green 189 ◦ blue 180

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

Shades of Beauty Bush #EDBDB4

Tints of Beauty Bush #EDBDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.7%

R = 39.11%
G = 31.19%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EDBDB4 (or 0xEDBDB4) is known color: Beauty Bush. HEX triplet: ED, BD and B4. RGB value is (237,189,180). Sum of RGB (Red+Green+Blue) = 237+189+180=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 180 (70.70% from 255 or 29.70% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDB4 is #12424B. Grayscale: #CACACA. Windows color (decimal): -1196620 or 11845101. OLE color: 11845101.

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

Color convert

RGB 237 189 180 -
CMYK 0 0.20 0.24 0.07
HSL 9.47º 0.61% 0.82% -
HSV(B) 9.47º 0.24% 0.93% -
XYZ 61.36 57.7 51.08 -
YUV 202.33 115.4 152.73 -
System Red Green Blue C M Y K H S L
Decimal 237 189 180 0 0.20 0.24 0.07 9.47 0.61 0.82
Hex ED BD B4 0 14 18 7 9 3D 52
Octal 355 275 264 0 24 30 7 11 75 122
Binary 11101101 10111101 10110100 0 10100 11000 111 1001 111101 1010010

Color Harmonies of #EDBDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDB4

Black with #EDBDB4

Text Example


Text Example

White with #EDBDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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