Html Css Color HEX #EDBEB2 Beauty Bush

📋 copy color: '#EDBEB2'

red 237 ◦ green 190 ◦ blue 178

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

Shades of Beauty Bush #EDBEB2

Tints of Beauty Bush #EDBEB2

RGB

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

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

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

R = 39.17%
G = 31.4%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDBEB2 (or 0xEDBEB2) is known color: Beauty Bush. HEX triplet: ED, BE and B2. RGB value is (237,190,178). Sum of RGB (Red+Green+Blue) = 237+190+178=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 178 (69.92% from 255 or 29.42% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBEB2 is #12414D. Grayscale: #CACACA. Windows color (decimal): -1196366 or 11714285. OLE color: 11714285.

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

Color convert

RGB 237 190 178 -
CMYK 0 0.20 0.25 0.07
HSL 12.2º 0.62% 0.81% -
HSV(B) 12.2º 0.25% 0.93% -
XYZ 61.37 58.05 50.09 -
YUV 202.69 114.07 152.48 -
System Red Green Blue C M Y K H S L
Decimal 237 190 178 0 0.20 0.25 0.07 12.2 0.62 0.81
Hex ED BE B2 0 14 19 7 C 3E 51
Octal 355 276 262 0 24 31 7 14 76 121
Binary 11101101 10111110 10110010 0 10100 11001 111 1100 111110 1010001

Color Harmonies of #EDBEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBEB2

Black with #EDBEB2

Text Example


Text Example

White with #EDBEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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