Html Css Color HEX #EEC2B9 Beauty Bush

📋 copy color: '#EEC2B9'

red 238 ◦ green 194 ◦ blue 185

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

Shades of Beauty Bush #EEC2B9

Tints of Beauty Bush #EEC2B9

RGB

 RED value IS 238 (93.36% from 255) = 38.57%

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

 BLUE value IS 185 (72.66% from 255) = 29.98%

R = 38.57%
G = 31.44%
B = 29.98%

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

#EEC2B9 (or 0xEEC2B9) is known color: Beauty Bush. HEX triplet: EE, C2 and B9. RGB value is (238,194,185). Sum of RGB (Red+Green+Blue) = 238+194+185=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 185 (72.66% from 255 or 29.98% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC2B9 is #113D46. Grayscale: #CECECE. Windows color (decimal): -1129799 or 12174062. OLE color: 12174062.

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

Color convert

RGB 238 194 185 -
CMYK 0 0.18 0.22 0.07
HSL 10.19º 0.61% 0.83% -
HSV(B) 10.19º 0.22% 0.93% -
XYZ 63.31 60.26 54.19 -
YUV 206.13 116.08 150.73 -
System Red Green Blue C M Y K H S L
Decimal 238 194 185 0 0.18 0.22 0.07 10.19 0.61 0.83
Hex EE C2 B9 0 12 16 7 A 3D 53
Octal 356 302 271 0 22 26 7 12 75 123
Binary 11101110 11000010 10111001 0 10010 10110 111 1010 111101 1010011

Color Harmonies of #EEC2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC2B9

Black with #EEC2B9

Text Example


Text Example

White with #EEC2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC2B9; }

 p { color: rgb(238,194,185); }

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

background-color css

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

 a { background-color: rgb(238,194,185); }

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

border-color css

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

 span { border-color: rgb(238,194,185); }

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