Html Css Color HEX #EDBCA2 Wax Flower

📋 copy color: '#EDBCA2'

red 237 ◦ green 188 ◦ blue 162

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

Shades of Wax Flower #EDBCA2

Tints of Wax Flower #EDBCA2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.03%

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

R = 40.37%
G = 32.03%
B = 27.6%

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

#EDBCA2 (or 0xEDBCA2) is known color: Wax Flower. HEX triplet: ED, BC and A2. RGB value is (237,188,162). Sum of RGB (Red+Green+Blue) = 237+188+162=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 162 (63.67% from 255 or 27.60% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBCA2 is #12435D. Grayscale: #C7C7C7. Windows color (decimal): -1196894 or 10665197. OLE color: 10665197.

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

Color convert

RGB 237 188 162 -
CMYK 0 0.21 0.32 0.07
HSL 20.8º 0.68% 0.78% -
HSV(B) 20.8º 0.32% 0.93% -
XYZ 59.43 56.58 41.97 -
YUV 199.69 106.73 154.61 -
System Red Green Blue C M Y K H S L
Decimal 237 188 162 0 0.21 0.32 0.07 20.8 0.68 0.78
Hex ED BC A2 0 15 20 7 15 44 4E
Octal 355 274 242 0 25 40 7 25 104 116
Binary 11101101 10111100 10100010 0 10101 100000 111 10101 1000100 1001110

Color Harmonies of #EDBCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBCA2

Black with #EDBCA2

Text Example


Text Example

White with #EDBCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBCA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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