Html Css Color HEX #EDBBA1 Wax Flower

📋 copy color: '#EDBBA1'

red 237 ◦ green 187 ◦ blue 161

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

Shades of Wax Flower #EDBBA1

Tints of Wax Flower #EDBBA1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.97%

 BLUE value IS 161 (63.28% from 255) = 27.52%

R = 40.51%
G = 31.97%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EDBBA1 (or 0xEDBBA1) is known color: Wax Flower. HEX triplet: ED, BB and A1. RGB value is (237,187,161). Sum of RGB (Red+Green+Blue) = 237+187+161=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 161 (63.28% from 255 or 27.52% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBBA1 is #12445E. Grayscale: #C7C7C7. Windows color (decimal): -1197151 or 10599405. OLE color: 10599405.

HSL color Cylindrical-coordinate representation of color #EDBBA1: hue angle of 20.53º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDBBA1 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 187 161 -
CMYK 0 0.21 0.32 0.07
HSL 20.53º 0.68% 0.78% -
HSV(B) 20.53º 0.32% 0.93% -
XYZ 59.13 56.12 41.43 -
YUV 198.99 106.57 155.11 -
System Red Green Blue C M Y K H S L
Decimal 237 187 161 0 0.21 0.32 0.07 20.53 0.68 0.78
Hex ED BB A1 0 15 20 7 15 44 4E
Octal 355 273 241 0 25 40 7 25 104 116
Binary 11101101 10111011 10100001 0 10101 100000 111 10101 1000100 1001110

Color Harmonies of #EDBBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBBA1

Black with #EDBBA1

Text Example


Text Example

White with #EDBBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBBA1; }

 p { color: rgb(237,187,161); }

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

background-color css

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

 a { background-color: rgb(237,187,161); }

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

border-color css

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

 span { border-color: rgb(237,187,161); }

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