Html Css Color HEX #EBBDB4 Beauty Bush

📋 copy color: '#EBBDB4'

red 235 ◦ green 189 ◦ blue 180

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

Shades of Beauty Bush #EBBDB4

Tints of Beauty Bush #EBBDB4

RGB

 RED value IS 235 (92.19% from 255) = 38.91%

 GREEN value IS 189 (74.22% from 255) = 31.29%

 BLUE value IS 180 (70.7% from 255) = 29.8%

R = 38.91%
G = 31.29%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EBBDB4 (or 0xEBBDB4) is known color: Beauty Bush. HEX triplet: EB, BD and B4. RGB value is (235,189,180). Sum of RGB (Red+Green+Blue) = 235+189+180=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 180 (70.70% from 255 or 29.80% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDB4 is #14424B. Grayscale: #C9C9C9. Windows color (decimal): -1327692 or 11845099. OLE color: 11845099.

HSL color Cylindrical-coordinate representation of color #EBBDB4: hue angle of 9.82º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBBDB4 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 189 180 -
CMYK 0 0.20 0.23 0.08
HSL 9.82º 0.58% 0.81% -
HSV(B) 9.82º 0.23% 0.92% -
XYZ 60.7 57.35 51.05 -
YUV 201.73 115.74 151.73 -
System Red Green Blue C M Y K H S L
Decimal 235 189 180 0 0.20 0.23 0.08 9.82 0.58 0.81
Hex EB BD B4 0 14 17 8 A 3A 51
Octal 353 275 264 0 24 27 10 12 72 121
Binary 11101011 10111101 10110100 0 10100 10111 1000 1010 111010 1010001

Color Harmonies of #EBBDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBDB4

Black with #EBBDB4

Text Example


Text Example

White with #EBBDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBDB4; }

 p { color: rgb(235,189,180); }

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

background-color css

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

 a { background-color: rgb(235,189,180); }

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

border-color css

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

 span { border-color: rgb(235,189,180); }

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