Html Css Color HEX #EDC2BA Beauty Bush

📋 copy color: '#EDC2BA'

red 237 ◦ green 194 ◦ blue 186

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

Shades of Beauty Bush #EDC2BA

Tints of Beauty Bush #EDC2BA

RGB

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

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

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

R = 38.41%
G = 31.44%
B = 30.15%

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

#EDC2BA (or 0xEDC2BA) is known color: Beauty Bush. HEX triplet: ED, C2 and BA. RGB value is (237,194,186). Sum of RGB (Red+Green+Blue) = 237+194+186=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC2BA is #123D45. Grayscale: #CECECE. Windows color (decimal): -1195334 or 12239597. OLE color: 12239597.

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

Color convert

RGB 237 194 186 -
CMYK 0 0.18 0.22 0.07
HSL 9.41º 0.59% 0.83% -
HSV(B) 9.41º 0.22% 0.93% -
XYZ 63.08 60.13 54.74 -
YUV 205.95 116.75 150.15 -
System Red Green Blue C M Y K H S L
Decimal 237 194 186 0 0.18 0.22 0.07 9.41 0.59 0.83
Hex ED C2 BA 0 12 16 7 9 3B 53
Octal 355 302 272 0 22 26 7 11 73 123
Binary 11101101 11000010 10111010 0 10010 10110 111 1001 111011 1010011

Color Harmonies of #EDC2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC2BA

Black with #EDC2BA

Text Example


Text Example

White with #EDC2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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