Html Css Color HEX #EDBAA2 Wax Flower

📋 copy color: '#EDBAA2'

red 237 ◦ green 186 ◦ blue 162

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

Shades of Wax Flower #EDBAA2

Tints of Wax Flower #EDBAA2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.79%

 BLUE value IS 162 (63.67% from 255) = 27.69%

R = 40.51%
G = 31.79%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EDBAA2 (or 0xEDBAA2) is known color: Wax Flower. HEX triplet: ED, BA and A2. RGB value is (237,186,162). Sum of RGB (Red+Green+Blue) = 237+186+162=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 162 (63.67% from 255 or 27.69% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBAA2 is #12455D. Grayscale: #C6C6C6. Windows color (decimal): -1197406 or 10664685. OLE color: 10664685.

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

Color convert

RGB 237 186 162 -
CMYK 0 0.22 0.32 0.07
HSL 19.2º 0.68% 0.78% -
HSV(B) 19.2º 0.32% 0.93% -
XYZ 59.01 55.73 41.83 -
YUV 198.51 107.4 155.45 -
System Red Green Blue C M Y K H S L
Decimal 237 186 162 0 0.22 0.32 0.07 19.2 0.68 0.78
Hex ED BA A2 0 16 20 7 13 44 4E
Octal 355 272 242 0 26 40 7 23 104 116
Binary 11101101 10111010 10100010 0 10110 100000 111 10011 1000100 1001110

Color Harmonies of #EDBAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBAA2

Black with #EDBAA2

Text Example


Text Example

White with #EDBAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBAA2; }

 p { color: rgb(237,186,162); }

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

background-color css

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

 a { background-color: rgb(237,186,162); }

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

border-color css

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

 span { border-color: rgb(237,186,162); }

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