Html Css Color HEX #EDC3BA Beauty Bush

📋 copy color: '#EDC3BA'

red 237 ◦ green 195 ◦ blue 186

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

Shades of Beauty Bush #EDC3BA

Tints of Beauty Bush #EDC3BA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.55%

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

R = 38.35%
G = 31.55%
B = 30.1%

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

#EDC3BA (or 0xEDC3BA) is known color: Beauty Bush. HEX triplet: ED, C3 and BA. RGB value is (237,195,186). Sum of RGB (Red+Green+Blue) = 237+195+186=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 195 (76.56% from 255 or 31.55% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC3BA is #123C45. Grayscale: #CECECE. Windows color (decimal): -1195078 or 12239853. OLE color: 12239853.

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

Color convert

RGB 237 195 186 -
CMYK 0 0.18 0.22 0.07
HSL 10.59º 0.59% 0.83% -
HSV(B) 10.59º 0.22% 0.93% -
XYZ 63.3 60.58 54.81 -
YUV 206.53 116.41 149.73 -
System Red Green Blue C M Y K H S L
Decimal 237 195 186 0 0.18 0.22 0.07 10.59 0.59 0.83
Hex ED C3 BA 0 12 16 7 B 3B 53
Octal 355 303 272 0 22 26 7 13 73 123
Binary 11101101 11000011 10111010 0 10010 10110 111 1011 111011 1010011

Color Harmonies of #EDC3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC3BA

Black with #EDC3BA

Text Example


Text Example

White with #EDC3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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