Html Css Color HEX #ECB6A2 Wax Flower

📋 copy color: '#ECB6A2'

red 236 ◦ green 182 ◦ blue 162

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

Shades of Wax Flower #ECB6A2

Tints of Wax Flower #ECB6A2

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.38%

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

R = 40.69%
G = 31.38%
B = 27.93%

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

#ECB6A2 (or 0xECB6A2) is known color: Wax Flower. HEX triplet: EC, B6 and A2. RGB value is (236,182,162). Sum of RGB (Red+Green+Blue) = 236+182+162=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 182 (71.48% from 255 or 31.38% from 580); Blue value is 162 (63.67% from 255 or 27.93% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB6A2 is #13495D. Grayscale: #C4C4C4. Windows color (decimal): -1263966 or 10663660. OLE color: 10663660.

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

Color convert

RGB 236 182 162 -
CMYK 0 0.23 0.31 0.07
HSL 16.22º 0.66% 0.78% -
HSV(B) 16.22º 0.31% 0.93% -
XYZ 57.84 53.9 41.54 -
YUV 195.87 108.89 156.63 -
System Red Green Blue C M Y K H S L
Decimal 236 182 162 0 0.23 0.31 0.07 16.22 0.66 0.78
Hex EC B6 A2 0 17 1F 7 10 42 4E
Octal 354 266 242 0 27 37 7 20 102 116
Binary 11101100 10110110 10100010 0 10111 11111 111 10000 1000010 1001110

Color Harmonies of #ECB6A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB6A2

Black with #ECB6A2

Text Example


Text Example

White with #ECB6A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB6A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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