Html Css Color HEX #ECBA9E Wax Flower

📋 copy color: '#ECBA9E'

red 236 ◦ green 186 ◦ blue 158

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

Shades of Wax Flower #ECBA9E

Tints of Wax Flower #ECBA9E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.07%

 BLUE value IS 158 (62.11% from 255) = 27.24%

R = 40.69%
G = 32.07%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ECBA9E (or 0xECBA9E) is known color: Wax Flower. HEX triplet: EC, BA and 9E. RGB value is (236,186,158). Sum of RGB (Red+Green+Blue) = 236+186+158=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 158 (62.11% from 255 or 27.24% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBA9E is #134561. Grayscale: #C5C5C5. Windows color (decimal): -1262946 or 10402540. OLE color: 10402540.

HSL color Cylindrical-coordinate representation of color #ECBA9E: hue angle of 21.54º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECBA9E is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 186 158 -
CMYK 0 0.21 0.33 0.07
HSL 21.54º 0.67% 0.77% -
HSV(B) 21.54º 0.33% 0.93% -
XYZ 58.32 55.42 39.97 -
YUV 197.76 105.57 155.28 -
System Red Green Blue C M Y K H S L
Decimal 236 186 158 0 0.21 0.33 0.07 21.54 0.67 0.77
Hex EC BA 9E 0 15 21 7 16 43 4D
Octal 354 272 236 0 25 41 7 26 103 115
Binary 11101100 10111010 10011110 0 10101 100001 111 10110 1000011 1001101

Color Harmonies of #ECBA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBA9E

Black with #ECBA9E

Text Example


Text Example

White with #ECBA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBA9E; }

 p { color: rgb(236,186,158); }

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

background-color css

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

 a { background-color: rgb(236,186,158); }

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

border-color css

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

 span { border-color: rgb(236,186,158); }

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