Html Css Color HEX #EDBAB2 Beauty Bush

📋 copy color: '#EDBAB2'

red 237 ◦ green 186 ◦ blue 178

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

Shades of Beauty Bush #EDBAB2

Tints of Beauty Bush #EDBAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 29.62%

R = 39.43%
G = 30.95%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDBAB2 (or 0xEDBAB2) is known color: Beauty Bush. HEX triplet: ED, BA and B2. RGB value is (237,186,178). Sum of RGB (Red+Green+Blue) = 237+186+178=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 178 (69.92% from 255 or 29.62% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBAB2 is #12454D. Grayscale: #C8C8C8. Windows color (decimal): -1197390 or 11713261. OLE color: 11713261.

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

Color convert

RGB 237 186 178 -
CMYK 0 0.22 0.25 0.07
HSL 8.14º 0.62% 0.81% -
HSV(B) 8.14º 0.25% 0.93% -
XYZ 60.52 56.34 49.8 -
YUV 200.34 115.4 154.15 -
System Red Green Blue C M Y K H S L
Decimal 237 186 178 0 0.22 0.25 0.07 8.14 0.62 0.81
Hex ED BA B2 0 16 19 7 8 3E 51
Octal 355 272 262 0 26 31 7 10 76 121
Binary 11101101 10111010 10110010 0 10110 11001 111 1000 111110 1010001

Color Harmonies of #EDBAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBAB2

Black with #EDBAB2

Text Example


Text Example

White with #EDBAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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