Html Css Color HEX #EDB8B2 Beauty Bush

📋 copy color: '#EDB8B2'

red 237 ◦ green 184 ◦ blue 178

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

Shades of Beauty Bush #EDB8B2

Tints of Beauty Bush #EDB8B2

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.72%

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

R = 39.57%
G = 30.72%
B = 29.72%

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

#EDB8B2 (or 0xEDB8B2) is known color: Beauty Bush. HEX triplet: ED, B8 and B2. RGB value is (237,184,178). Sum of RGB (Red+Green+Blue) = 237+184+178=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 184 (72.27% from 255 or 30.72% from 599); Blue value is 178 (69.92% from 255 or 29.72% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB8B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB8B2 is #12474D. Grayscale: #C7C7C7. Windows color (decimal): -1197902 or 11712749. OLE color: 11712749.

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

Color convert

RGB 237 184 178 -
CMYK 0 0.22 0.25 0.07
HSL 6.1º 0.62% 0.81% -
HSV(B) 6.1º 0.25% 0.93% -
XYZ 60.1 55.5 49.66 -
YUV 199.16 116.06 154.99 -
System Red Green Blue C M Y K H S L
Decimal 237 184 178 0 0.22 0.25 0.07 6.1 0.62 0.81
Hex ED B8 B2 0 16 19 7 6 3E 51
Octal 355 270 262 0 26 31 7 6 76 121
Binary 11101101 10111000 10110010 0 10110 11001 111 110 111110 1010001

Color Harmonies of #EDB8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB8B2

Black with #EDB8B2

Text Example


Text Example

White with #EDB8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB8B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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