Html Css Color HEX #ECBDA2 Wax Flower

📋 copy color: '#ECBDA2'

red 236 ◦ green 189 ◦ blue 162

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

Shades of Wax Flower #ECBDA2

Tints of Wax Flower #ECBDA2

RGB

 RED value IS 236 (92.58% from 255) = 40.2%

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

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

R = 40.2%
G = 32.2%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#ECBDA2 (or 0xECBDA2) is known color: Wax Flower. HEX triplet: EC, BD and A2. RGB value is (236,189,162). Sum of RGB (Red+Green+Blue) = 236+189+162=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 162 (63.67% from 255 or 27.60% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBDA2 is #13425D. Grayscale: #C8C8C8. Windows color (decimal): -1262174 or 10665452. OLE color: 10665452.

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

Color convert

RGB 236 189 162 -
CMYK 0 0.20 0.31 0.07
HSL 21.89º 0.66% 0.78% -
HSV(B) 21.89º 0.31% 0.93% -
XYZ 59.31 56.84 42.03 -
YUV 199.98 106.57 153.7 -
System Red Green Blue C M Y K H S L
Decimal 236 189 162 0 0.20 0.31 0.07 21.89 0.66 0.78
Hex EC BD A2 0 14 1F 7 16 42 4E
Octal 354 275 242 0 24 37 7 26 102 116
Binary 11101100 10111101 10100010 0 10100 11111 111 10110 1000010 1001110

Color Harmonies of #ECBDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBDA2

Black with #ECBDA2

Text Example


Text Example

White with #ECBDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBDA2; }

 p { color: rgb(236,189,162); }

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

background-color css

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

 a { background-color: rgb(236,189,162); }

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

border-color css

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

 span { border-color: rgb(236,189,162); }

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