Html Css Color HEX #ECB5A2 Wax Flower

📋 copy color: '#ECB5A2'

red 236 ◦ green 181 ◦ blue 162

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

Shades of Wax Flower #ECB5A2

Tints of Wax Flower #ECB5A2

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.26%

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

R = 40.76%
G = 31.26%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#ECB5A2 (or 0xECB5A2) is known color: Wax Flower. HEX triplet: EC, B5 and A2. RGB value is (236,181,162). Sum of RGB (Red+Green+Blue) = 236+181+162=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 181 (71.09% from 255 or 31.26% from 579); Blue value is 162 (63.67% from 255 or 27.98% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB5A2 is #134A5D. Grayscale: #C3C3C3. Windows color (decimal): -1264222 or 10663404. OLE color: 10663404.

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

Color convert

RGB 236 181 162 -
CMYK 0 0.23 0.31 0.07
HSL 15.41º 0.66% 0.78% -
HSV(B) 15.41º 0.31% 0.93% -
XYZ 57.64 53.49 41.47 -
YUV 195.28 109.22 157.04 -
System Red Green Blue C M Y K H S L
Decimal 236 181 162 0 0.23 0.31 0.07 15.41 0.66 0.78
Hex EC B5 A2 0 17 1F 7 F 42 4E
Octal 354 265 242 0 27 37 7 17 102 116
Binary 11101100 10110101 10100010 0 10111 11111 111 1111 1000010 1001110

Color Harmonies of #ECB5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB5A2

Black with #ECB5A2

Text Example


Text Example

White with #ECB5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB5A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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