Html Css Color HEX #EDBEB5 Beauty Bush

📋 copy color: '#EDBEB5'

red 237 ◦ green 190 ◦ blue 181

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

Shades of Beauty Bush #EDBEB5

Tints of Beauty Bush #EDBEB5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.25%

 BLUE value IS 181 (71.09% from 255) = 29.77%

R = 38.98%
G = 31.25%
B = 29.77%

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

#EDBEB5 (or 0xEDBEB5) is known color: Beauty Bush. HEX triplet: ED, BE and B5. RGB value is (237,190,181). Sum of RGB (Red+Green+Blue) = 237+190+181=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 181 (71.09% from 255 or 29.77% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBEB5 is #12414A. Grayscale: #CBCBCB. Windows color (decimal): -1196363 or 11910893. OLE color: 11910893.

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

Color convert

RGB 237 190 181 -
CMYK 0 0.20 0.24 0.07
HSL 9.64º 0.61% 0.82% -
HSV(B) 9.64º 0.24% 0.93% -
XYZ 61.68 58.17 51.69 -
YUV 203.03 115.57 152.23 -
System Red Green Blue C M Y K H S L
Decimal 237 190 181 0 0.20 0.24 0.07 9.64 0.61 0.82
Hex ED BE B5 0 14 18 7 A 3D 52
Octal 355 276 265 0 24 30 7 12 75 122
Binary 11101101 10111110 10110101 0 10100 11000 111 1010 111101 1010010

Color Harmonies of #EDBEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBEB5

Black with #EDBEB5

Text Example


Text Example

White with #EDBEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBEB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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