Html Css Color HEX #EDBAB4 Beauty Bush

📋 copy color: '#EDBAB4'

red 237 ◦ green 186 ◦ blue 180

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

Shades of Beauty Bush #EDBAB4

Tints of Beauty Bush #EDBAB4

RGB

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

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

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

R = 39.3%
G = 30.85%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EDBAB4 (or 0xEDBAB4) is known color: Beauty Bush. HEX triplet: ED, BA and B4. RGB value is (237,186,180). Sum of RGB (Red+Green+Blue) = 237+186+180=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBAB4 is #12454B. Grayscale: #C8C8C8. Windows color (decimal): -1197388 or 11844333. OLE color: 11844333.

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

Color convert

RGB 237 186 180 -
CMYK 0 0.22 0.24 0.07
HSL 6.32º 0.61% 0.82% -
HSV(B) 6.32º 0.24% 0.93% -
XYZ 60.72 56.42 50.87 -
YUV 200.57 116.4 153.99 -
System Red Green Blue C M Y K H S L
Decimal 237 186 180 0 0.22 0.24 0.07 6.32 0.61 0.82
Hex ED BA B4 0 16 18 7 6 3D 52
Octal 355 272 264 0 26 30 7 6 75 122
Binary 11101101 10111010 10110100 0 10110 11000 111 110 111101 1010010

Color Harmonies of #EDBAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBAB4

Black with #EDBAB4

Text Example


Text Example

White with #EDBAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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