Html Css Color HEX #EDBAB9 Beauty Bush

📋 copy color: '#EDBAB9'

red 237 ◦ green 186 ◦ blue 185

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

Shades of Beauty Bush #EDBAB9

Tints of Beauty Bush #EDBAB9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.59%

 BLUE value IS 185 (72.66% from 255) = 30.43%

R = 38.98%
G = 30.59%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDBAB9 (or 0xEDBAB9) is known color: Beauty Bush. HEX triplet: ED, BA and B9. RGB value is (237,186,185). Sum of RGB (Red+Green+Blue) = 237+186+185=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 185 (72.66% from 255 or 30.43% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBAB9 is #124546. Grayscale: #C9C9C9. Windows color (decimal): -1197383 or 12172013. OLE color: 12172013.

HSL color Cylindrical-coordinate representation of color #EDBAB9: hue angle of 1.15º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDBAB9 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 186 185 -
CMYK 0 0.22 0.22 0.07
HSL 1.15º 0.59% 0.83% -
HSV(B) 1.15º 0.22% 0.93% -
XYZ 61.24 56.63 53.6 -
YUV 201.14 118.9 153.58 -
System Red Green Blue C M Y K H S L
Decimal 237 186 185 0 0.22 0.22 0.07 1.15 0.59 0.83
Hex ED BA B9 0 16 16 7 1 3B 53
Octal 355 272 271 0 26 26 7 1 73 123
Binary 11101101 10111010 10111001 0 10110 10110 111 1 111011 1010011

Color Harmonies of #EDBAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBAB9

Black with #EDBAB9

Text Example


Text Example

White with #EDBAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBAB9; }

 p { color: rgb(237,186,185); }

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

background-color css

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

 a { background-color: rgb(237,186,185); }

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

border-color css

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

 span { border-color: rgb(237,186,185); }

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