Html Css Color HEX #ECAB9A Wax Flower

📋 copy color: '#ECAB9A'

red 236 ◦ green 171 ◦ blue 154

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

Shades of Wax Flower #ECAB9A

Tints of Wax Flower #ECAB9A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.48%

 BLUE value IS 154 (60.55% from 255) = 27.45%

R = 42.07%
G = 30.48%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ECAB9A (or 0xECAB9A) is known color: Wax Flower. HEX triplet: EC, AB and 9A. RGB value is (236,171,154). Sum of RGB (Red+Green+Blue) = 236+171+154=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAB9A is #135465. Grayscale: #BCBCBC. Windows color (decimal): -1266790 or 10136556. OLE color: 10136556.

HSL color Cylindrical-coordinate representation of color #ECAB9A: hue angle of 12.44º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ECAB9A is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 171 154 -
CMYK 0 0.28 0.35 0.07
HSL 12.44º 0.68% 0.76% -
HSV(B) 12.44º 0.35% 0.93% -
XYZ 54.99 49.29 37.19 -
YUV 188.5 108.53 161.88 -
System Red Green Blue C M Y K H S L
Decimal 236 171 154 0 0.28 0.35 0.07 12.44 0.68 0.76
Hex EC AB 9A 0 1C 23 7 C 44 4C
Octal 354 253 232 0 34 43 7 14 104 114
Binary 11101100 10101011 10011010 0 11100 100011 111 1100 1000100 1001100

Color Harmonies of #ECAB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAB9A

Black with #ECAB9A

Text Example


Text Example

White with #ECAB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAB9A; }

 p { color: rgb(236,171,154); }

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

background-color css

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

 a { background-color: rgb(236,171,154); }

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

border-color css

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

 span { border-color: rgb(236,171,154); }

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