Html Css Color HEX #EDC1BA Beauty Bush

📋 copy color: '#EDC1BA'

red 237 ◦ green 193 ◦ blue 186

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

Shades of Beauty Bush #EDC1BA

Tints of Beauty Bush #EDC1BA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.33%

 BLUE value IS 186 (73.05% from 255) = 30.19%

R = 38.47%
G = 31.33%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDC1BA (or 0xEDC1BA) is known color: Beauty Bush. HEX triplet: ED, C1 and BA. RGB value is (237,193,186). Sum of RGB (Red+Green+Blue) = 237+193+186=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 193 (75.78% from 255 or 31.33% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC1BA is #123E45. Grayscale: #CDCDCD. Windows color (decimal): -1195590 or 12239341. OLE color: 12239341.

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

Color convert

RGB 237 193 186 -
CMYK 0 0.19 0.22 0.07
HSL 8.24º 0.59% 0.83% -
HSV(B) 8.24º 0.22% 0.93% -
XYZ 62.86 59.69 54.66 -
YUV 205.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 237 193 186 0 0.19 0.22 0.07 8.24 0.59 0.83
Hex ED C1 BA 0 13 16 7 8 3B 53
Octal 355 301 272 0 23 26 7 10 73 123
Binary 11101101 11000001 10111010 0 10011 10110 111 1000 111011 1010011

Color Harmonies of #EDC1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC1BA

Black with #EDC1BA

Text Example


Text Example

White with #EDC1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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