Html Css Color HEX #EDC2B8 Beauty Bush

📋 copy color: '#EDC2B8'

red 237 ◦ green 194 ◦ blue 184

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

Shades of Beauty Bush #EDC2B8

Tints of Beauty Bush #EDC2B8

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.54%

 BLUE value IS 184 (72.27% from 255) = 29.92%

R = 38.54%
G = 31.54%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDC2B8 (or 0xEDC2B8) is known color: Beauty Bush. HEX triplet: ED, C2 and B8. RGB value is (237,194,184). Sum of RGB (Red+Green+Blue) = 237+194+184=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 184 (72.27% from 255 or 29.92% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC2B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC2B8 is #123D47. Grayscale: #CDCDCD. Windows color (decimal): -1195336 or 12108525. OLE color: 12108525.

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

Color convert

RGB 237 194 184 -
CMYK 0 0.18 0.22 0.07
HSL 11.32º 0.6% 0.83% -
HSV(B) 11.32º 0.22% 0.93% -
XYZ 62.87 60.05 53.62 -
YUV 205.72 115.75 150.31 -
System Red Green Blue C M Y K H S L
Decimal 237 194 184 0 0.18 0.22 0.07 11.32 0.6 0.83
Hex ED C2 B8 0 12 16 7 B 3C 53
Octal 355 302 270 0 22 26 7 13 74 123
Binary 11101101 11000010 10111000 0 10010 10110 111 1011 111100 1010011

Color Harmonies of #EDC2B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC2B8

Black with #EDC2B8

Text Example


Text Example

White with #EDC2B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC2B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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