Html Css Color HEX #EDB4AF Beauty Bush

📋 copy color: '#EDB4AF'

red 237 ◦ green 180 ◦ blue 175

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

Shades of Beauty Bush #EDB4AF

Tints of Beauty Bush #EDB4AF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.41%

 BLUE value IS 175 (68.75% from 255) = 29.56%

R = 40.03%
G = 30.41%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDB4AF (or 0xEDB4AF) is known color: Beauty Bush. HEX triplet: ED, B4 and AF. RGB value is (237,180,175). Sum of RGB (Red+Green+Blue) = 237+180+175=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 180 (70.70% from 255 or 30.41% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB4AF is #124B50. Grayscale: #C4C4C4. Windows color (decimal): -1198929 or 11515117. OLE color: 11515117.

HSL color Cylindrical-coordinate representation of color #EDB4AF: hue angle of 4.84º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDB4AF is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 180 175 -
CMYK 0 0.24 0.26 0.07
HSL 4.84º 0.63% 0.81% -
HSV(B) 4.84º 0.26% 0.93% -
XYZ 58.98 53.74 47.82 -
YUV 196.47 115.88 156.91 -
System Red Green Blue C M Y K H S L
Decimal 237 180 175 0 0.24 0.26 0.07 4.84 0.63 0.81
Hex ED B4 AF 0 18 1A 7 5 3F 51
Octal 355 264 257 0 30 32 7 5 77 121
Binary 11101101 10110100 10101111 0 11000 11010 111 101 111111 1010001

Color Harmonies of #EDB4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB4AF

Black with #EDB4AF

Text Example


Text Example

White with #EDB4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB4AF; }

 p { color: rgb(237,180,175); }

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

background-color css

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

 a { background-color: rgb(237,180,175); }

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

border-color css

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

 span { border-color: rgb(237,180,175); }

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