Html Css Color HEX #EEC4BE Beauty Bush

📋 copy color: '#EEC4BE'

red 238 ◦ green 196 ◦ blue 190

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

Shades of Beauty Bush #EEC4BE

Tints of Beauty Bush #EEC4BE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.41%

 BLUE value IS 190 (74.61% from 255) = 30.45%

R = 38.14%
G = 31.41%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EEC4BE (or 0xEEC4BE) is known color: Beauty Bush. HEX triplet: EE, C4 and BE. RGB value is (238,196,190). Sum of RGB (Red+Green+Blue) = 238+196+190=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 196 (76.95% from 255 or 31.41% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC4BE is #113B41. Grayscale: #CFCFCF. Windows color (decimal): -1129282 or 12502254. OLE color: 12502254.

HSL color Cylindrical-coordinate representation of color #EEC4BE: hue angle of 7.5º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEC4BE is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 196 190 -
CMYK 0 0.18 0.20 0.07
HSL 7.5º 0.59% 0.84% -
HSV(B) 7.5º 0.2% 0.93% -
XYZ 64.29 61.37 57.17 -
YUV 207.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 238 196 190 0 0.18 0.20 0.07 7.5 0.59 0.84
Hex EE C4 BE 0 12 14 7 8 3B 54
Octal 356 304 276 0 22 24 7 10 73 124
Binary 11101110 11000100 10111110 0 10010 10100 111 1000 111011 1010100

Color Harmonies of #EEC4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC4BE

Black with #EEC4BE

Text Example


Text Example

White with #EEC4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC4BE; }

 p { color: rgb(238,196,190); }

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

background-color css

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

 a { background-color: rgb(238,196,190); }

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

border-color css

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

 span { border-color: rgb(238,196,190); }

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